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)
185return _axWindow; 577if (_axWindow.Handle == hwnd) 588UnsafeNativeMethods.SetParent(_axWindow, this.ParentHandle); 918get { return _axWindow; }