1 implementation of GetExtent
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (1)
278
HRESULT IOleObject.Interface.
GetExtent
(DVASPECT dwDrawAspect, SIZE* psizel)
6 references to GetExtent
System.Windows.Forms (3)
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (1)
621
=> ((IOleObject.Interface)this).
GetExtent
(dwDrawAspect, lpsizel);
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (2)
1095
_axOleObject.
GetExtent
(DVASPECT.DVASPECT_CONTENT, (SIZE*)&sz);
1105
_axOleObject!.
GetExtent
(DVASPECT.DVASPECT_CONTENT, (SIZE*)&size);
System.Windows.Forms.Primitives (3)
Windows.Win32.IOleObject.g.cs (1)
664
return __object.
GetExtent
(dwDrawAspect, psizel);
Windows.Win32.System_Ole_IOleObject_Extensions.g.cs (2)
79
/// <inheritdoc cref="winmdroot.System.Ole.IOleObject.Interface.
GetExtent
(winmdroot.System.Com.DVASPECT, winmdroot.Foundation.SIZE*)"/>
84
winmdroot.Foundation.HRESULT __result = @this.
GetExtent
(dwDrawAspect, psizelLocal);