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)
56
Invariant.Assert(
_window
!= null, "Cannot be null since we verify in the constructor");
57
return
_window
.Handle;
71
Debug.Assert(
_window
!= null, "Cannot be null since we verify in the constructor");
72
return
_window
.OwnerHandle;
76
Debug.Assert(
_window
!= null, "Cannot be null since we verify in the constructor");
78
_window
.OwnerHandle = value;
99
_window
.CreateSourceWindow(false /*create hwnd during show*/);