ExtensionMethods.FindAncestor Method
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
FindAncestor<TAncestorType>(DependencyObject) | Helper method that finds the first ancestor of a given Type in the logical or visual tree. | |
FindAncestor<TAncestorType, TElementType>(TElementType, Func<T, TResult>) |
Top