3 references to new
System.Drawing.Common (2)
System\Drawing\Icon.cs (1)
824/// Without the original source data the <see cref="Icon(Icon, Size)">copy constructors</see> have to resample
System\Drawing\ToolboxBitmapAttribute.cs (1)
130using Icon sizedIco = new(ico, large ? s_largeSize : s_smallSize);
System.Windows.Forms (1)
System\Windows\Forms\MDI\MDIControlStrip.cs (1)
82using Icon smallIcon = new(icon, SystemInformation.SmallIconSize);