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)
3017if (_window != null) 3019HwndSource hwnd = _window.Value; 3174CompositionTarget ct = _window.Value.CompositionTarget; 3215CompositionTarget ct = _window.Value.CompositionTarget; 3230_window.Value.RootVisual = v; 3574return (GetHandle(_window.Value)); 3586return (GetParentHandle(_window.Value)); 3647HwndSource hwnd = _window.Value;