2 references to BITSPIXEL
System.Drawing (2)
commonui\System\Drawing\Icon.cs (1)
629
bitDepth = UnsafeNativeMethods.GetDeviceCaps(new HandleRef(null, dc), SafeNativeMethods.
BITSPIXEL
);
commonui\System\Drawing\Printing\PrinterSettings.cs (1)
606
return GetDeviceCaps(SafeNativeMethods.
BITSPIXEL
, 1) > 1;