2 references to BITSPIXEL
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (1)
19251int bitsPixel = UnsafeNativeMethods.GetDeviceCaps(hBitmapDC, NativeMethods.BITSPIXEL);
winforms\Managed\System\WinForms\Screen.cs (1)
104this.bitDepth = UnsafeNativeMethods.GetDeviceCaps(new HandleRef(null, screenDC), NativeMethods.BITSPIXEL);