Beispiel #1
0
 public static Xaml.UIElement GetTemplatedParent(Xaml.DependencyObject target) => (Xaml.UIElement)target.GetValue(TemplatedParentProperty);
Beispiel #2
0
 public static string GetId(Xaml.DependencyObject target) => (string)target.GetValue(IdProperty);