4 references to SmallIconSize
System.Windows.Forms (2)
System\Windows\Forms\Form.cs (1)
6350
_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)
690
Size size = SystemInformation.
SmallIconSize
;
693
Assert.Equal(size, SystemInformation.
SmallIconSize
);