32 references to Host
PresentationFramework (32)
src\Framework\MS\Internal\Controls\ActiveXSite.cs (28)
183
container = this.
Host
.Container;
195
if (NativeMethods.Succeeded(this.
Host
.ActiveXInPlaceObject.GetWindow(out hwnd)))
197
if (this.
Host
.ControlHandle.Handle != hwnd)
201
this.
Host
.AttachWindow(hwnd);
202
this.OnActiveXRectChange(this.
Host
.Bounds);
206
else if (this.
Host
.ActiveXInPlaceObject is UnsafeNativeMethods.IOleInPlaceObjectWindowless)
239
return this.
Host
.ParentHandle.Handle;
275
this.
Host
.Container.OnUIActivate(this.
Host
);
287
ppFrame = this.
Host
.Container;
289
lprcPosRect.left = (int) this.
Host
.Bounds.left;
290
lprcPosRect.top = (int) this.
Host
.Bounds.top;
291
lprcPosRect.right = (int) this.
Host
.Bounds.right;
292
lprcPosRect.bottom = (int) this.
Host
.Bounds.bottom;
294
lprcClipRect = this.
Host
.Bounds;
301
lpFrameInfo.hwndFrame = this.
Host
.ParentHandle.Handle;
318
this.
Host
.Container.OnUIDeactivate(this.
Host
);
337
this.
Host
.Container.OnInPlaceDeactivate(this.
Host
);
353
return this.
Host
.ActiveXInPlaceObject.UIDeactivate();
376
return this.
Host
.ActiveXState ;
381
this.
Host
.ActiveXState = value ;
394
return this.
Host
.Bounds;
522
Object nativeObject = this.
Host
.ActiveXInstance;
560
if (this.
Host
.ActiveXInPlaceObject != null)
562
this.
Host
.ActiveXInPlaceObject.SetObjectRects(
566
this.
Host
.Bounds = lprcPosRect;
src\Framework\MS\Internal\Controls\WebBrowserSite.cs (4)
108
WebBrowser wb = (WebBrowser)
Host
;
202
WebBrowser wb = (WebBrowser)
Host
;
271
Host
.Dispatcher.Invoke(
285
Host
.MoveFocus(new TraversalRequest((FocusNavigationDirection)direction));