4 references to MinWindowTrackSize
System.Windows.Forms (2)
System\Windows\Forms\Form.cs (2)
5247Size min = SystemInformation.MinWindowTrackSize; 6811Size minTrackWindowSize = SystemInformation.MinWindowTrackSize;
System.Windows.Forms.Tests (2)
System\Windows\Forms\SystemInformationTests.cs (2)
502Size size = SystemInformation.MinWindowTrackSize; 505Assert.Equal(size, SystemInformation.MinWindowTrackSize);