4 references to SmallIconSize
System.Windows.Forms (2)
System\Windows\Forms\Form.cs (1)
6356_smallIcon = new Icon(icon, SystemInformation.SmallIconSize);
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)
688Size size = SystemInformation.SmallIconSize; 691Assert.Equal(size, SystemInformation.SmallIconSize);