Click or drag to resize

DependencyObjectExtensions.TryFindAncestor Method

Overload List
 NameDescription
Public Extension MethodTryFindAncestor<T>(DependencyObject) Returns the first element in the ancestor list that implements the type of the type parameter.
Public Extension MethodTryFindAncestor<T>(DependencyObject, Func<T, Boolean>) Returns the first element in the ancestor list that implements the type of the type parameter.
Top
See Also