2 writes to _window
PresentationFramework (2)
System\Windows\Controls\Primitives\Popup.cs (2)
3374_window = new SecurityCriticalDataClass<HwndSource>(newWindow); 3487_window = null;
8 references to _window
PresentationFramework (8)
System\Windows\Controls\Primitives\Popup.cs (8)
2986if (_window != null) 2988HwndSource hwnd = _window.Value; 3123CompositionTarget ct = _window.Value.CompositionTarget; 3154CompositionTarget ct = _window.Value.CompositionTarget; 3165_window.Value.RootVisual = v; 3433return (GetHandle(_window.Value)); 3441return (GetParentHandle(_window.Value)); 3485HwndSource hwnd = _window.Value;