4 references to bmBitsPixel
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Control.cs (3)
19322lpbmi.bmiHeader_biBitCount = bmp.bmBitsPixel; 19333long iColors = 1 << (bmp.bmBitsPixel * bmp.bmPlanes); 19355long bitsPerScanLine = bmp.bmBitsPixel * (long)bmp.bmWidth;
winforms\Managed\System\WinForms\ImageList.cs (1)
322switch(bmp.bmBitsPixel) {