32 references to Host
PresentationFramework (32)
src\Framework\MS\Internal\Controls\ActiveXSite.cs (28)
183container = this.Host.Container; 195if (NativeMethods.Succeeded(this.Host.ActiveXInPlaceObject.GetWindow(out hwnd))) 197if (this.Host.ControlHandle.Handle != hwnd) 201this.Host.AttachWindow(hwnd); 202this.OnActiveXRectChange(this.Host.Bounds); 206else if (this.Host.ActiveXInPlaceObject is UnsafeNativeMethods.IOleInPlaceObjectWindowless) 239return this.Host.ParentHandle.Handle; 275this.Host.Container.OnUIActivate(this.Host); 287ppFrame = this.Host.Container; 289lprcPosRect.left = (int) this.Host.Bounds.left; 290lprcPosRect.top = (int) this.Host.Bounds.top; 291lprcPosRect.right = (int) this.Host.Bounds.right; 292lprcPosRect.bottom = (int) this.Host.Bounds.bottom; 294lprcClipRect = this.Host.Bounds; 301lpFrameInfo.hwndFrame = this.Host.ParentHandle.Handle; 318this.Host.Container.OnUIDeactivate(this.Host); 337this.Host.Container.OnInPlaceDeactivate(this.Host); 353return this.Host.ActiveXInPlaceObject.UIDeactivate(); 376return this.Host.ActiveXState ; 381this.Host.ActiveXState = value ; 394return this.Host.Bounds; 522Object nativeObject = this.Host.ActiveXInstance; 560if (this.Host.ActiveXInPlaceObject != null) 562this.Host.ActiveXInPlaceObject.SetObjectRects( 566this.Host.Bounds = lprcPosRect;
src\Framework\MS\Internal\Controls\WebBrowserSite.cs (4)
108WebBrowser wb = (WebBrowser) Host; 202WebBrowser wb = (WebBrowser) Host; 271Host.Dispatcher.Invoke( 285Host.MoveFocus(new TraversalRequest((FocusNavigationDirection)direction));