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