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