3 references to GetUIParentWithinLayoutIsland
PresentationCore (3)
System\Windows\LayoutManager.cs (3)
877
UIElement parent = e.
GetUIParentWithinLayoutIsland
();
900
UIElement p = e.
GetUIParentWithinLayoutIsland
();
941
&& (child.
GetUIParentWithinLayoutIsland
() == parent))