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