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