1 write to _window
PresentationFramework (1)
src\Framework\System\Windows\Interop\WindowInteropHelper.cs (1)
48_window = window;
7 references to _window
PresentationFramework (7)
src\Framework\System\Windows\Interop\WindowInteropHelper.cs (7)
89Invariant.Assert(_window != null, "Cannot be null since we verify in the constructor"); 90return _window.CriticalHandle; 110Debug.Assert(_window != null, "Cannot be null since we verify in the constructor"); 111return _window.OwnerHandle; 117Debug.Assert(_window != null, "Cannot be null since we verify in the constructor"); 119_window.OwnerHandle = value; 146_window.CreateSourceWindow(false /*create hwnd during show*/);