2 writes to Child
PresentationFramework (2)
System\Windows\Controls\Primitives\Popup.cs (2)
139
popup._popupRoot.
Child
= newChild;
1525
_popupRoot.
Child
= child;
4 references to Child
PresentationFramework (4)
System\Windows\Controls\Primitives\Popup.cs (2)
137
if ((popup._popupRoot != null) && (popup.IsOpen || popup._popupRoot.
Child
!= null))
1523
if (_popupRoot.
Child
!= child)
System\Windows\Controls\Primitives\PopupRoot.cs (2)
292
UIElement child =
Child
;
352
FrameworkElement child =
Child
as FrameworkElement;