32 references to Host
PresentationFramework (32)
MS\Internal\Controls\ActiveXSite.cs (28)
161container = this.Host.Container; 169if (NativeMethods.Succeeded(this.Host.ActiveXInPlaceObject.GetWindow(out hwnd))) 171if (this.Host.ControlHandle.Handle != hwnd) 175this.Host.AttachWindow(hwnd); 176this.OnActiveXRectChange(this.Host.Bounds); 180else if (this.Host.ActiveXInPlaceObject is UnsafeNativeMethods.IOleInPlaceObjectWindowless) 209return this.Host.ParentHandle.Handle; 241this.Host.Container.OnUIActivate(this.Host); 249ppFrame = this.Host.Container; 251lprcPosRect.left = (int)this.Host.Bounds.left; 252lprcPosRect.top = (int)this.Host.Bounds.top; 253lprcPosRect.right = (int)this.Host.Bounds.right; 254lprcPosRect.bottom = (int)this.Host.Bounds.bottom; 256lprcClipRect = this.Host.Bounds; 263lpFrameInfo.hwndFrame = this.Host.ParentHandle.Handle; 276this.Host.Container.OnUIDeactivate(this.Host); 291this.Host.Container.OnInPlaceDeactivate(this.Host); 303return this.Host.ActiveXInPlaceObject.UIDeactivate(); 318return this.Host.ActiveXState; 322this.Host.ActiveXState = value; 330return this.Host.Bounds; 435Object nativeObject = this.Host.ActiveXInstance; 463if (this.Host.ActiveXInPlaceObject != null) 465this.Host.ActiveXInPlaceObject.SetObjectRects( 469this.Host.Bounds = lprcPosRect;
MS\Internal\Controls\WebBrowserSite.cs (4)
72WebBrowser wb = (WebBrowser)Host; 152WebBrowser wb = (WebBrowser)Host; 214Host.Dispatcher.Invoke( 223Host.MoveFocus(new TraversalRequest((FocusNavigationDirection)direction));