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