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