3 references to MinimumWindowSize
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.FlyoutDialog.cs (1)
36
int width = Math.Max(_hostedControl.Width, SystemInformation.
MinimumWindowSize
.Width);
System.Windows.Forms.Tests (2)
System\Windows\Forms\SystemInformationTests.cs (2)
493
Size size = SystemInformation.
MinimumWindowSize
;
496
Assert.Equal(size, SystemInformation.
MinimumWindowSize
);