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