4 references to MinimizedWindowSize
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.FlyoutDialog.cs (1)
37
int height = Math.Max(_hostedControl.Height, SystemInformation.
MinimizedWindowSize
.Height);
System.Windows.Forms.Tests (3)
System\Windows\Forms\SystemInformationTests.cs (3)
475
Size size = SystemInformation.
MinimizedWindowSize
;
478
Assert.Equal(size, SystemInformation.
MinimizedWindowSize
);
484
Size size = SystemInformation.
MinimizedWindowSize
;