7 references to GetExtent
System.Windows.Forms (5)
System\Windows\Forms\ActiveX\AxHost.cs (2)
1135oleObject.Value->GetExtent(DVASPECT.DVASPECT_CONTENT, (SIZE*)&size).AssertSuccess(); 1146oleObject.Value->GetExtent(DVASPECT.DVASPECT_CONTENT, (SIZE*)&size).AssertSuccess();
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (1)
691/// <inheritdoc cref="IOleObject.GetExtent(DVASPECT, SIZE*)"/>
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (2)
277/// <inheritdoc cref="IOleObject.GetExtent(DVASPECT, SIZE*)"/> 619/// <inheritdoc cref="IOleObject.GetExtent(DVASPECT, SIZE*)"/>
System.Windows.Forms.Primitives (2)
Windows.Win32.IOleObject.g.cs (2)
642 /// <inheritdoc cref="GetExtent(winmdroot.System.Com.DVASPECT, winmdroot.Foundation.SIZE*)"/> 647 winmdroot.Foundation.HRESULT __result = this.GetExtent(dwDrawAspect, psizelLocal);