1 implementation of SetExtent
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (1)
266HRESULT IOleObject.Interface.SetExtent(DVASPECT dwDrawAspect, SIZE* psizel)
5 references to SetExtent
System.Windows.Forms (2)
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (2)
1087HRESULT hr = _axOleObject!.SetExtent(DVASPECT.DVASPECT_CONTENT, (SIZE*)&sz); 1096_axOleObject.SetExtent(DVASPECT.DVASPECT_CONTENT, (SIZE*)&sz);
System.Windows.Forms.Primitives (3)
Windows.Win32.IOleObject.g.cs (1)
618 return __object.SetExtent(dwDrawAspect, psizel);
Windows.Win32.System_Ole_IOleObject_Extensions.g.cs (2)
69 /// <inheritdoc cref="winmdroot.System.Ole.IOleObject.Interface.SetExtent(winmdroot.System.Com.DVASPECT, winmdroot.Foundation.SIZE*)"/> 74 winmdroot.Foundation.HRESULT __result = @this.SetExtent(dwDrawAspect, psizelLocal);