9 references to GetInPlaceObject
System.Windows.Forms (9)
winforms\Managed\System\WinForms\AxHost.cs (9)
1548GetInPlaceObject().SetObjectRects(FillInRect(new NativeMethods.COMRECT(), bounds), GetClipRect(new NativeMethods.COMRECT())); 1836GetInPlaceObject().InPlaceDeactivate(); 2508hr = GetInPlaceObject().UIDeactivate(); 3498UnsafeNativeMethods.IOleInPlaceObject ipo = GetInPlaceObject(); 4192if (NativeMethods.Succeeded(host.GetInPlaceObject().GetWindow(out hwnd))) { 4200else if (host.GetInPlaceObject() is UnsafeNativeMethods.IOleInPlaceObjectWindowless) { 4321return host.GetInPlaceObject().UIDeactivate(); 4337host.GetInPlaceObject().SetObjectRects(lprcPosRect, host.GetClipRect(new NativeMethods.COMRECT())); 5841tempSite.GetInPlaceObject().UIDeactivate();