2 writes to bitsPerPixel
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DisplayInformation.cs (2)
42bitsPerPixel = (short)Screen.PrimaryScreen.BitsPerPixel; 137bitsPerPixel = 0;
2 references to bitsPerPixel
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DisplayInformation.cs (2)
36if (bitsPerPixel == 0) { 45return bitsPerPixel;