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