Exemplo n.º 1
0
 public static string GetMessageProperty(TextBase obj)
 {
     return (string)obj.GetValue(MessageProperty);
 }
Exemplo n.º 2
0
 public static string GetMessageProperty(TextBase obj)
 {
     return((string)obj.GetValue(MessageProperty));
 }