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