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