1 write to _window
PresentationFramework (1)
System\Windows\Interop\WindowInteropHelper.cs (1)
35_window = window;
7 references to _window
PresentationFramework (7)
System\Windows\Interop\WindowInteropHelper.cs (7)
55Invariant.Assert(_window != null, "Cannot be null since we verify in the constructor"); 56return _window.Handle; 70Debug.Assert(_window != null, "Cannot be null since we verify in the constructor"); 71return _window.OwnerHandle; 75Debug.Assert(_window != null, "Cannot be null since we verify in the constructor"); 77_window.OwnerHandle = value; 98_window.CreateSourceWindow(false /*create hwnd during show*/);