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)
134public int BitsPerPixel => _bitDepth;