1 write to _window
PresentationFramework (1)
System\Windows\Interop\WindowInteropHelper.cs (1)
42_window = window;
7 references to _window
PresentationFramework (7)
System\Windows\Interop\WindowInteropHelper.cs (7)
73Invariant.Assert(_window != null, "Cannot be null since we verify in the constructor"); 74return _window.CriticalHandle; 88Debug.Assert(_window != null, "Cannot be null since we verify in the constructor"); 89return _window.OwnerHandle; 93Debug.Assert(_window != null, "Cannot be null since we verify in the constructor"); 95_window.OwnerHandle = value; 116_window.CreateSourceWindow(false /*create hwnd during show*/);