5 references to Icon
System.Drawing (1)
commonui\System\Drawing\ToolboxBitmapAttribute.cs (1)
288Icon sizedico = new Icon(ico, large ? largeSize : smallSize);
System.Windows.Forms (4)
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 (1)
205this.icon = new Icon(value, SystemInformation.SmallIconSize);
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (1)
329Icon desiredIcon = new Icon(icon, desiredIconSize);