1 implementation of GetContentExtent
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (1)
502HRESULT IQuickActivate.Interface.GetContentExtent(SIZE* pSizel)
3 references to GetContentExtent
System.Windows.Forms.Primitives (3)
Windows.Win32.IQuickActivate.g.cs (1)
164 return __object.GetContentExtent(pSizel);
Windows.Win32.System_Ole_IQuickActivate_Extensions.g.cs (2)
46 /// <inheritdoc cref="winmdroot.System.Ole.IQuickActivate.Interface.GetContentExtent(winmdroot.Foundation.SIZE*)"/> 51 winmdroot.Foundation.HRESULT __result = @this.GetContentExtent(pSizelLocal);