1 write to _axWindow
PresentationFramework (1)
System\Windows\Interop\ActiveXHost.cs (1)
536_axWindow = new HandleRef(this, hwnd);
4 references to _axWindow
PresentationFramework (4)
System\Windows\Interop\ActiveXHost.cs (4)
168return _axWindow; 529if (_axWindow.Handle == hwnd) 540UnsafeNativeMethods.SetParent(_axWindow, this.ParentHandle); 794get { return _axWindow; }