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