2 references to BITMAPINFO_MAX_COLORSIZE
System.Drawing (2)
commonui\System\Drawing\BufferedGraphicsContext.cs (1)
260
pbmi.bmiColors = new byte[NativeMethods.
BITMAPINFO_MAX_COLORSIZE
*4];
commonui\System\Drawing\NativeMethods.cs (1)
61
[MarshalAs(System.Runtime.InteropServices.UnmanagedType.ByValArray, SizeConst=
BITMAPINFO_MAX_COLORSIZE
*4)]