3 references to BitsPerPixel
System.Windows.Forms (1)
System\Windows\Forms\Rendering\DisplayInformation.cs (1)
37s_bitsPerPixel = (short)Screen.PrimaryScreen.BitsPerPixel;
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ToolStripDesignerUtils.cs (2)
543s_bitsPerPixel = (short)s.BitsPerPixel; 547s_bitsPerPixel = (short)Math.Min(s.BitsPerPixel, s_bitsPerPixel);