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