6 references to SetObjectRects
System.Windows.Forms (4)
System\Windows\Forms\ActiveX\AxHost.cs (1)
1167inPlaceObject.Value->SetObjectRects(&posRect, &clipRect).ThrowOnFailure();
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (1)
462inPlaceObject.Value->SetObjectRects(lprcPosRect, &clipRect).ThrowOnFailure();
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (1)
1751/// <inheritdoc cref="IOleInPlaceObject.SetObjectRects(RECT*, RECT*)"/>
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (1)
136/// <inheritdoc cref="IOleInPlaceObject.SetObjectRects(RECT*, RECT*)"/>
System.Windows.Forms.Primitives (2)
Windows.Win32.IOleInPlaceObject.g.cs (2)
184 /// <inheritdoc cref="SetObjectRects(winmdroot.Foundation.RECT*, winmdroot.Foundation.RECT*)"/> 191 winmdroot.Foundation.HRESULT __result = this.SetObjectRects(lprcPosRectLocal, lprcClipRectLocal);