5 references to SmallIconSize
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Form.cs (1)
6812
smallIcon = new Icon(icon, SystemInformation.
SmallIconSize
);
winforms\Managed\System\WinForms\MDIControlStrip.cs (1)
135
Icon smallIcon = new Icon(icon, SystemInformation.
SmallIconSize
);
winforms\Managed\System\WinForms\StatusBarPanel.cs (3)
204
if (value != null && (((Icon)value).Height > SystemInformation.
SmallIconSize
.Height || ((Icon)value).Width > SystemInformation.
SmallIconSize
.Width)) {
205
this.icon = new Icon(value, SystemInformation.
SmallIconSize
);