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