1 instantiation of BITMAPINFOHEADER
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ControlPaint.cs (1)
152
NativeMethods.BITMAPINFOHEADER header = new NativeMethods.
BITMAPINFOHEADER
();
2 references to BITMAPINFOHEADER
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (1)
19318
lpbmi.bmiHeader_biSize = Marshal.SizeOf(typeof(NativeMethods.
BITMAPINFOHEADER
));
winforms\Managed\System\WinForms\ControlPaint.cs (1)
152
NativeMethods.
BITMAPINFOHEADER
header = new NativeMethods.BITMAPINFOHEADER();