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