1 implementation of SetObjectRects
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Control.cs (1)
15439
void UnsafeNativeMethods.IOleInPlaceObject.
SetObjectRects
(NativeMethods.COMRECT lprcPosRect, NativeMethods.COMRECT lprcClipRect) {
4 references to SetObjectRects
System.Windows.Forms (4)
winforms\Managed\System\WinForms\AxHost.cs (2)
1548
GetInPlaceObject().
SetObjectRects
(FillInRect(new NativeMethods.COMRECT(), bounds), GetClipRect(new NativeMethods.COMRECT()));
4337
host.GetInPlaceObject().
SetObjectRects
(lprcPosRect, host.GetClipRect(new NativeMethods.COMRECT()));
winforms\Managed\System\WinForms\WebBrowserBase.cs (1)
258
this.AXInPlaceObject.
SetObjectRects
(new NativeMethods.COMRECT(new Rectangle(0, 0, width, height)), WebBrowserHelper.GetClipRect());
winforms\Managed\System\WinForms\WebBrowserSiteBase.cs (1)
492
this.Host.AXInPlaceObject.
SetObjectRects
(