ExtensionMethods.FindCommonAncestor Method
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
FindCommonAncestor(DependencyObject, DependencyObject) | Finds the common ancestor of obj1 and obj2 using the GetVisualOrLogicalParent as the parent evaluation method. | |
FindCommonAncestor<T>(T, T, Func<T, TResult>) |
Top