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