1 instantiation of BITMAPINFO_FLAT
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Control.cs (1)
19317NativeMethods.BITMAPINFO_FLAT lpbmi = new NativeMethods.BITMAPINFO_FLAT();
3 references to BITMAPINFO_FLAT
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Control.cs (1)
19317NativeMethods.BITMAPINFO_FLAT lpbmi = new NativeMethods.BITMAPINFO_FLAT();
winforms\Managed\System\WinForms\SafeNativeMethods.cs (2)
53public static extern int GetDIBits(HandleRef hdc, HandleRef hbm, int uStartScan, int cScanLines, byte[] lpvBits, ref NativeMethods.BITMAPINFO_FLAT bmi, int uUsage); 56public static extern int StretchDIBits(HandleRef hdc, int XDest, int YDest, int nDestWidth, int nDestHeight, int XSrc, int YSrc, int nSrcWidth, int nSrcHeight, byte[] lpBits, ref NativeMethods.BITMAPINFO_FLAT lpBitsInfo, int iUsage, int dwRop);