3 references to GetUIParentWithinLayoutIsland
PresentationCore (3)
Core\CSharp\System\Windows\LayoutManager.cs (3)
901
UIElement parent = e.
GetUIParentWithinLayoutIsland
();
924
UIElement p = e.
GetUIParentWithinLayoutIsland
();
965
&& (child.
GetUIParentWithinLayoutIsland
() == parent))