1 write to _axWindow
PresentationFramework (1)
System\Windows\Interop\ActiveXHost.cs (1)
518_axWindow = new HandleRef(this, hwnd);
4 references to _axWindow
PresentationFramework (4)
System\Windows\Interop\ActiveXHost.cs (4)
150return _axWindow; 511if (_axWindow.Handle == hwnd) 522UnsafeNativeMethods.SetParent(_axWindow, this.ParentHandle); 776get { return _axWindow; }