10 references to AXInPlaceObject
System.Windows.Forms (10)
winforms\Managed\System\WinForms\WebBrowserBase.cs (5)
258
this.
AXInPlaceObject
.SetObjectRects(new NativeMethods.COMRECT(new Rectangle(0, 0, width, height)), WebBrowserHelper.GetClipRect());
492
if (NativeMethods.Succeeded(this.
AXInPlaceObject
.GetWindow(out hwndInPlaceObject))) {
493
Application.ParkHandle(new HandleRef(this.
AXInPlaceObject
, hwndInPlaceObject));
1039
this.
AXInPlaceObject
.InPlaceDeactivate();
1066
int hr = this.
AXInPlaceObject
.UIDeactivate();
winforms\Managed\System\WinForms\WebBrowserContainer.cs (1)
351
tempSite.
AXInPlaceObject
.UIDeactivate();
winforms\Managed\System\WinForms\WebBrowserSiteBase.cs (4)
227
if (NativeMethods.Succeeded(this.Host.
AXInPlaceObject
.GetWindow(out hwnd))) {
235
else if (this.Host.
AXInPlaceObject
is UnsafeNativeMethods.IOleInPlaceObjectWindowless) {
359
return this.Host.
AXInPlaceObject
.UIDeactivate();
492
this.Host.
AXInPlaceObject
.SetObjectRects(