2 writes to bitDepth
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Screen.cs (2)
104
this.
bitDepth
= UnsafeNativeMethods.GetDeviceCaps(new HandleRef(null, screenDC), NativeMethods.BITSPIXEL);
105
this.
bitDepth
*= UnsafeNativeMethods.GetDeviceCaps(new HandleRef(null, screenDC), NativeMethods.PLANES);
1 reference to bitDepth
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Screen.cs (1)
157
return
bitDepth
;