Method IsInHierarchy
IsInHierarchy(View?, View?, bool)
Gets whether view
is in the Subview hierarchy of start
.
public static bool IsInHierarchy(View? start, View? view, bool includeAdornments = false)
Parameters
start
ViewThe View at the start of the hierarchy.
view
ViewThe View to test.
includeAdornments
boolWill search the subview hierarchy of the adornments if true.