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)
82
using Icon smallIcon = new(icon, SystemInformation.
SmallIconSize
);
System.Windows.Forms.Tests (2)
System\Windows\Forms\SystemInformationTests.cs (2)
688
Size size = SystemInformation.
SmallIconSize
;
691
Assert.Equal(size, SystemInformation.
SmallIconSize
);