5 references to BITSPIXEL
System.Drawing.Common (1)
System\Drawing\Icon.cs (1)
434
s_bitDepth = PInvokeCore.GetDeviceCaps(hdc, GET_DEVICE_CAPS_INDEX.
BITSPIXEL
);
System.Private.Windows.GdiPlus (1)
Windows\Win32\Graphics\Gdi\HdcExtensions.cs (1)
22
if (PInvokeCore.GetDeviceCaps(hdc.Handle, GET_DEVICE_CAPS_INDEX.
BITSPIXEL
) > 8)
System.Windows.Forms (3)
System\Windows\Forms\Control.MetafileDCWrapper.cs (1)
43
int bitsPixel = PInvokeCore.GetDeviceCaps(HDC, GET_DEVICE_CAPS_INDEX.
BITSPIXEL
);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
1705
int bitsPixel = PInvokeCore.GetDeviceCaps(compatibleDC, GET_DEVICE_CAPS_INDEX.
BITSPIXEL
);
System\Windows\Forms\Screen.cs (1)
88
_bitDepth = PInvokeCore.GetDeviceCaps(screenDC, GET_DEVICE_CAPS_INDEX.
BITSPIXEL
);