1 write to _window
PresentationFramework (1)
src\Framework\System\Windows\Interop\WindowInteropHelper.cs (1)
48
_window
= window;
7 references to _window
PresentationFramework (7)
src\Framework\System\Windows\Interop\WindowInteropHelper.cs (7)
89
Invariant.Assert(
_window
!= null, "Cannot be null since we verify in the constructor");
90
return
_window
.CriticalHandle;
110
Debug.Assert(
_window
!= null, "Cannot be null since we verify in the constructor");
111
return
_window
.OwnerHandle;
117
Debug.Assert(
_window
!= null, "Cannot be null since we verify in the constructor");
119
_window
.OwnerHandle = value;
146
_window
.CreateSourceWindow(false /*create hwnd during show*/);