1 write to _axWindow
PresentationFramework (1)
System\Windows\Interop\ActiveXHost.cs (1)
521
_axWindow
= new HandleRef(this, hwnd);
4 references to _axWindow
PresentationFramework (4)
System\Windows\Interop\ActiveXHost.cs (4)
153
return
_axWindow
;
514
if (
_axWindow
.Handle == hwnd)
525
UnsafeNativeMethods.SetParent(
_axWindow
, this.ParentHandle);
779
get { return
_axWindow
; }