3 references to GetUIParentWithinLayoutIsland
PresentationCore (3)
System\Windows\LayoutManager.cs (3)
893
UIElement parent = e.
GetUIParentWithinLayoutIsland
();
916
UIElement p = e.
GetUIParentWithinLayoutIsland
();
957
&& (child.
GetUIParentWithinLayoutIsland
() == parent))