1 implementation of GetExtent
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Control.cs (1)
15639int UnsafeNativeMethods.IOleObject.GetExtent(int dwDrawAspect, NativeMethods.tagSIZEL pSizel) {
5 references to GetExtent
System.Windows.Forms (5)
winforms\Managed\System\WinForms\AxHost.cs (2)
1517GetOleObject().GetExtent(NativeMethods.ActiveX.DVASPECT_CONTENT, sz); 1531GetOleObject().GetExtent(NativeMethods.ActiveX.DVASPECT_CONTENT, sz);
winforms\Managed\System\WinForms\Control.cs (1)
16081((UnsafeNativeMethods.IOleObject)this).GetExtent(dwDrawAspect, lpsizel);
winforms\Managed\System\WinForms\WebBrowserBase.cs (2)
1163this.axOleObject.GetExtent(NativeMethods.ActiveX.DVASPECT_CONTENT, sz); 1176this.axOleObject.GetExtent(NativeMethods.ActiveX.DVASPECT_CONTENT, sz);