ExtensionMethods.FindAncestor Method
Include Protected Members
Include Inherited Members
Finds the first ancestor of a given type in the logical or visual tree.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
FindAncestor<TAncestorType>(Visual) | Finds the first ancestor of a given type in the logical or visual tree. | |
FindAncestor<TAncestorType, TElementType>(TElementType, Func<TElementType, TElementType>) | ||
FindAncestor<TElementType>(TElementType, Func<TElementType, TElementType>, Func<TElementType, Boolean>) |
Top