Exemplo n.º 1
0
 public static void SetComponent(UIComponentShim source, string value)
 {
     source.SetValue(ComponentProperty, value);
 }
Exemplo n.º 2
0
 public static string GetComponent(UIComponentShim source)
 {
     return((string)source.GetValue(ComponentProperty));
 }