2 writes to _window
PresentationFramework (2)
src\Framework\System\Windows\Controls\Primitives\Popup.cs (2)
3497
_window
= new SecurityCriticalDataClass<HwndSource>(newWindow);
3649
_window
= null;
8 references to _window
PresentationFramework (8)
src\Framework\System\Windows\Controls\Primitives\Popup.cs (8)
3017
if (
_window
!= null)
3019
HwndSource hwnd =
_window
.Value;
3174
CompositionTarget ct =
_window
.Value.CompositionTarget;
3215
CompositionTarget ct =
_window
.Value.CompositionTarget;
3230
_window
.Value.RootVisual = v;
3574
return (GetHandle(
_window
.Value));
3586
return (GetParentHandle(
_window
.Value));
3647
HwndSource hwnd =
_window
.Value;