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