Class AncestorFinder
public static class AncestorFinder
- Inheritance
-
AncestorFinder
- Inherited Members
Methods
Create(StyledElement, Type)
public static IObservable<StyledElement?> Create(StyledElement control, Type ancestorType)
Parameters
control
StyledElementancestorType
Type
Returns
Create<T>(StyledElement)
public static IObservable<T?> Create<T>(StyledElement control) where T : StyledElement
Parameters
control
StyledElement
Returns
- IObservable<T>
Type Parameters
T