4 references to bmBitsPixel
System.Windows.Forms (4)
System\Windows\Forms\Control.MetafileDCWrapper.cs (3)
113long colorEntryCount = 1 << (bmp.bmBitsPixel * bmp.bmPlanes); 116long bitsPerScanLine = bmp.bmBitsPixel * (long)bmp.bmWidth; 132biBitCount = bmp.bmBitsPixel,
System\Windows\Forms\Controls\ImageList\ImageList.cs (1)
224_colorDepth = bmp.bmBitsPixel switch