2 references to
System.Drawing.Common (2)
System\Drawing\Icon.cs (2)
55public Icon(string fileName) : this(fileName, 0, 0) 59public Icon(string fileName, Size size) : this(fileName, size.Width, size.Height)