4 references to GetUIParent
PresentationCore (4)
MS\Internal\UIElementHelper.cs (1)
87
DependencyObject parent =
GetUIParent
(child, false);
System\Windows\UIElement.cs (2)
1596
return UIElementHelper.
GetUIParent
(this, false);
1601
return UIElementHelper.
GetUIParent
(this, continuePastVisualTree);
System\Windows\UIElement3D.cs (1)
282
return UIElementHelper.
GetUIParent
(this, continuePastVisualTree);