1 write to _axWindow
PresentationFramework (1)
src\Framework\System\Windows\Interop\ActiveXHost.cs (1)
584
_axWindow
= new HandleRef(this, hwnd);
4 references to _axWindow
PresentationFramework (4)
src\Framework\System\Windows\Interop\ActiveXHost.cs (4)
185
return
_axWindow
;
577
if (
_axWindow
.Handle == hwnd)
588
UnsafeNativeMethods.SetParent(
_axWindow
, this.ParentHandle);
918
get { return
_axWindow
; }