3 references to GetUIParentWithinLayoutIsland
PresentationCore (3)
System\Windows\LayoutManager.cs (3)
878
UIElement parent = e.
GetUIParentWithinLayoutIsland
();
901
UIElement p = e.
GetUIParentWithinLayoutIsland
();
942
&& (child.
GetUIParentWithinLayoutIsland
() == parent))