3 references to PrimaryScreen
System.Windows.Forms (3)
System\Windows\Forms\Rendering\DisplayInformation.cs (2)
30if (s_bitsPerPixel == 0 && Screen.PrimaryScreen is not null) 37s_bitsPerPixel = (short)Screen.PrimaryScreen.BitsPerPixel;
System\Windows\Forms\Screen.cs (1)
119s_screens = [PrimaryScreen!];