7 references to PrimaryMonitorSize
System.Windows.Forms (1)
System\Windows\Forms\SystemInformation.cs (1)
461Size size = PrimaryMonitorSize;
System.Windows.Forms.Tests (2)
System\Windows\Forms\SystemInformationTests.cs (2)
636Size size = SystemInformation.PrimaryMonitorSize; 639Assert.Equal(size, SystemInformation.PrimaryMonitorSize);
System.Windows.Forms.UI.IntegrationTests (4)
ButtonTests.cs (2)
260Size primaryMonitor = SystemInformation.PrimaryMonitorSize; 296Size primaryMonitor = SystemInformation.PrimaryMonitorSize;
Infra\ControlTestBase.cs (2)
183Size primaryMonitor = SystemInformation.PrimaryMonitorSize; 192Size primaryMonitor = SystemInformation.PrimaryMonitorSize;