Method | Description | |
---|---|---|
GetVisualAncestors ( this node ) : IEnumerable |
Gets the ancestors of the element, up to the root
|
|
GetVisualParent ( this node ) : |
Gets the visual parent of the element
|
public static GetVisualAncestors ( this node ) : IEnumerable |
||
node | this | The element to start from |
return | IEnumerable |
public static GetVisualParent ( this node ) : |
||
node | this | The element to check |
return |