2 writes to Child
PresentationFramework (2)
System\Windows\Controls\Primitives\Popup.cs (2)
135
popup._popupRoot.
Child
= newChild;
1541
_popupRoot.
Child
= child;
4 references to Child
PresentationFramework (4)
System\Windows\Controls\Primitives\Popup.cs (2)
133
if ((popup._popupRoot != null) && (popup.IsOpen || popup._popupRoot.
Child
!= null))
1539
if (_popupRoot.
Child
!= child)
System\Windows\Controls\Primitives\PopupRoot.cs (2)
304
UIElement child =
Child
;
364
FrameworkElement child =
Child
as FrameworkElement;