Exemplo n.º 1
0
 public static T GetLogicalParent <T>(this DependencyObject depObj) where T : DependencyObject
 {
     return(PresentationTreeUtils.GetLogicalParent(depObj) as T);
 }
Exemplo n.º 2
0
 public static DependencyObject GetLogicalParent(this DependencyObject depObj)
 {
     return(PresentationTreeUtils.GetLogicalParent(depObj));
 }