1 implementation of SetObjectRects
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (1)
137
HRESULT IOleInPlaceObject.Interface.
SetObjectRects
(RECT* lprcPosRect, RECT* lprcClipRect) =>
5 references to SetObjectRects
System.Windows.Forms (2)
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (1)
203
AXInPlaceObject!.
SetObjectRects
(&posRect, &clipRect);
System\Windows\Forms\Controls\WebBrowser\WebBrowserSiteBase.cs (1)
413
Host.AXInPlaceObject!.
SetObjectRects
(&posRect, &clipRect);
System.Windows.Forms.Primitives (3)
Windows.Win32.IOleInPlaceObject.g.cs (1)
209
return __object.
SetObjectRects
(lprcPosRect, lprcClipRect);
Windows.Win32.System_Ole_IOleInPlaceObject_Extensions.g.cs (2)
33
/// <inheritdoc cref="winmdroot.System.Ole.IOleInPlaceObject.Interface.
SetObjectRects
(winmdroot.Foundation.RECT*, winmdroot.Foundation.RECT*)"/>
40
winmdroot.Foundation.HRESULT __result = @this.
SetObjectRects
(lprcPosRectLocal, lprcClipRectLocal);