2 writes to Child
PresentationFramework (2)
System\Windows\Controls\Primitives\Popup.cs (2)
146
popup._popupRoot.
Child
= newChild;
1532
_popupRoot.
Child
= child;
4 references to Child
PresentationFramework (4)
System\Windows\Controls\Primitives\Popup.cs (2)
144
if ((popup._popupRoot != null) && (popup.IsOpen || popup._popupRoot.
Child
!= null))
1530
if (_popupRoot.
Child
!= child)
System\Windows\Controls\Primitives\PopupRoot.cs (2)
301
UIElement child =
Child
;
361
FrameworkElement child =
Child
as FrameworkElement;