32 references to Host
PresentationFramework (32)
MS\Internal\Controls\ActiveXSite.cs (28)
162container = this.Host.Container; 170if (NativeMethods.Succeeded(this.Host.ActiveXInPlaceObject.GetWindow(out hwnd))) 172if (this.Host.ControlHandle.Handle != hwnd) 176this.Host.AttachWindow(hwnd); 177this.OnActiveXRectChange(this.Host.Bounds); 181else if (this.Host.ActiveXInPlaceObject is UnsafeNativeMethods.IOleInPlaceObjectWindowless) 210return this.Host.ParentHandle.Handle; 242this.Host.Container.OnUIActivate(this.Host); 250ppFrame = this.Host.Container; 252lprcPosRect.left = (int)this.Host.Bounds.left; 253lprcPosRect.top = (int)this.Host.Bounds.top; 254lprcPosRect.right = (int)this.Host.Bounds.right; 255lprcPosRect.bottom = (int)this.Host.Bounds.bottom; 257lprcClipRect = this.Host.Bounds; 264lpFrameInfo.hwndFrame = this.Host.ParentHandle.Handle; 277this.Host.Container.OnUIDeactivate(this.Host); 292this.Host.Container.OnInPlaceDeactivate(this.Host); 304return this.Host.ActiveXInPlaceObject.UIDeactivate(); 319return this.Host.ActiveXState; 323this.Host.ActiveXState = value; 331return this.Host.Bounds; 436Object nativeObject = this.Host.ActiveXInstance; 464if (this.Host.ActiveXInPlaceObject != null) 466this.Host.ActiveXInPlaceObject.SetObjectRects( 470this.Host.Bounds = lprcPosRect;
MS\Internal\Controls\WebBrowserSite.cs (4)
73WebBrowser wb = (WebBrowser)Host; 153WebBrowser wb = (WebBrowser)Host; 215Host.Dispatcher.Invoke( 224Host.MoveFocus(new TraversalRequest((FocusNavigationDirection)direction));