public static string GetMessageProperty(TextBase obj)
 {
     return (string)obj.GetValue(MessageProperty);
 }
 public static string GetMessageProperty(TextBase obj)
 {
     return((string)obj.GetValue(MessageProperty));
 }