2 writes to _bitDepth
System.Windows.Forms (2)
System\Windows\Forms\Screen.cs (2)
88
_bitDepth
= PInvokeCore.GetDeviceCaps(screenDC, GET_DEVICE_CAPS_INDEX.BITSPIXEL);
89
_bitDepth
*= PInvokeCore.GetDeviceCaps(screenDC, GET_DEVICE_CAPS_INDEX.PLANES);
1 reference to _bitDepth
System.Windows.Forms (1)
System\Windows\Forms\Screen.cs (1)
134
public int BitsPerPixel =>
_bitDepth
;