2 references to BITMAPINFO_MAX_COLORSIZE
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (1)
19329
lpbmi.bmiColors = new byte[NativeMethods.
BITMAPINFO_MAX_COLORSIZE
*4];
winforms\Managed\System\WinForms\NativeMethods.cs (1)
6383
[MarshalAs(System.Runtime.InteropServices.UnmanagedType.ByValArray, SizeConst=
BITMAPINFO_MAX_COLORSIZE
*4)]