6 references to SetExtent
System.Windows.Forms (4)
System\Windows\Forms\ActiveX\AxHost.cs (2)
1127HRESULT hr = oleObject.Value->SetExtent(DVASPECT.DVASPECT_CONTENT, (SIZE*)&size); 1136oleObject.Value->SetExtent(DVASPECT.DVASPECT_CONTENT, (SIZE*)&size).AssertSuccess();
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (1)
1674/// <inheritdoc cref="IOleObject.SetExtent(DVASPECT, SIZE*)"/>
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (1)
265/// <inheritdoc cref="IOleObject.SetExtent(DVASPECT, SIZE*)"/>
System.Windows.Forms.Primitives (2)
Windows.Win32.IOleObject.g.cs (2)
596 /// <inheritdoc cref="SetExtent(winmdroot.System.Com.DVASPECT, winmdroot.Foundation.SIZE*)"/> 601 winmdroot.Foundation.HRESULT __result = this.SetExtent(dwDrawAspect, psizelLocal);