3 references to SmallIconSize
System.Windows.Forms (1)
System\Windows\Forms\MDI\MDIControlStrip.cs (1)
82using Icon smallIcon = new(icon, SystemInformation.SmallIconSize);
System.Windows.Forms.Tests (2)
System\Windows\Forms\SystemInformationTests.cs (2)
690Size size = SystemInformation.SmallIconSize; 693Assert.Equal(size, SystemInformation.SmallIconSize);