4 references to MinWindowTrackSize
System.Windows.Forms (2)
System\Windows\Forms\Form.cs (2)
5241Size min = SystemInformation.MinWindowTrackSize; 6805Size minTrackWindowSize = SystemInformation.MinWindowTrackSize;
System.Windows.Forms.Tests (2)
System\Windows\Forms\SystemInformationTests.cs (2)
504Size size = SystemInformation.MinWindowTrackSize; 507Assert.Equal(size, SystemInformation.MinWindowTrackSize);