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