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