32 references to Host
PresentationFramework (32)
MS\Internal\Controls\ActiveXSite.cs (28)
170container = this.Host.Container; 178if (NativeMethods.Succeeded(this.Host.ActiveXInPlaceObject.GetWindow(out hwnd))) 180if (this.Host.ControlHandle.Handle != hwnd) 184this.Host.AttachWindow(hwnd); 185this.OnActiveXRectChange(this.Host.Bounds); 189else if (this.Host.ActiveXInPlaceObject is UnsafeNativeMethods.IOleInPlaceObjectWindowless) 218return this.Host.ParentHandle.Handle; 250this.Host.Container.OnUIActivate(this.Host); 258ppFrame = this.Host.Container; 260lprcPosRect.left = (int)this.Host.Bounds.left; 261lprcPosRect.top = (int)this.Host.Bounds.top; 262lprcPosRect.right = (int)this.Host.Bounds.right; 263lprcPosRect.bottom = (int)this.Host.Bounds.bottom; 265lprcClipRect = this.Host.Bounds; 272lpFrameInfo.hwndFrame = this.Host.ParentHandle.Handle; 285this.Host.Container.OnUIDeactivate(this.Host); 300this.Host.Container.OnInPlaceDeactivate(this.Host); 312return this.Host.ActiveXInPlaceObject.UIDeactivate(); 327return this.Host.ActiveXState; 331this.Host.ActiveXState = value; 339return this.Host.Bounds; 444Object nativeObject = this.Host.ActiveXInstance; 472if (this.Host.ActiveXInPlaceObject != null) 474this.Host.ActiveXInPlaceObject.SetObjectRects( 478this.Host.Bounds = lprcPosRect;
MS\Internal\Controls\WebBrowserSite.cs (4)
80WebBrowser wb = (WebBrowser)Host; 160WebBrowser wb = (WebBrowser)Host; 222Host.Dispatcher.Invoke( 231Host.MoveFocus(new TraversalRequest((FocusNavigationDirection)direction));