Method | Description | |
---|---|---|
Clone ( |
||
GetFirstAncestor ( |
||
GetFirstAncestorOfType ( |
||
GetFirstChild ( |
||
GetFirstChild ( |
||
GetFirstChildOfType ( |
||
GetFirstDescendant ( UIElement el, bool>.Func |
||
GetFirstDescendantOfType ( UIElement el, |
||
NextSibling ( |
||
PrevSibling ( |
||
RemoveAllChildren ( |
||
SetContent ( |
||
SetContent ( |
||
TryGetContent ( |
||
Unlink ( |
||
Walk ( UIElement el ) : IEnumerable |
||
Walk ( UIElement el, int depth ) : IEnumerable |
public static Clone ( |
||
obj | ||
return |
public static GetFirstAncestor ( |
||
el | ||
predicate | bool>.Func | |
return |
public static GetFirstAncestorOfType ( |
||
el | ||
ty | ||
return | object |
public static GetFirstChild ( |
||
el | ||
return | object |
public static GetFirstChild ( |
||
el | ||
predicate | bool>.Func | |
return | object |
public static GetFirstChildOfType ( |
||
el | ||
ty | ||
return | object |
public static GetFirstDescendant ( UIElement el, bool>.Func |
||
el | UIElement | |
predicate | bool>.Func | |
return | object |
public static GetFirstDescendantOfType ( UIElement el, |
||
el | UIElement | |
ty | ||
return | object |
public static NextSibling ( |
||
el | ||
return | UIElement |
public static PrevSibling ( |
||
el | ||
return | UIElement |
public static RemoveAllChildren ( |
||
el | ||
return | void |
public static SetContent ( |
||
el | ||
content | ||
return | void |
public static SetContent ( |
||
el | ||
content | IEnumerable |
|
return | void |
public static TryGetContent ( |
||
el | ||
content | object | |
return | bool |
public static Unlink ( |
||
el | ||
return | void |
public static Walk ( UIElement el ) : IEnumerable |
||
el | UIElement | |
return | IEnumerable |
public static Walk ( UIElement el, int depth ) : IEnumerable |
||
el | UIElement | |
depth | int | |
return | IEnumerable |