Exemplo n.º 1
0
 public static IEnumerable <T> ControlAsAll <T>(this FrameworkElement control)
     where T : class
 {
     return(control.AsAdaptableControl().AsAll <T>());
 }
Exemplo n.º 2
0
 public static T ControlAs <T>(this FrameworkElement control)
     where T : class
 {
     return(control.AsAdaptableControl().As <T>());
 }