2 references to
System.Drawing (2)
commonui\System\Drawing\Icon.cs (2)
87public Icon(string fileName) : this(fileName, 0,0) { 92public Icon(string fileName, Size size) : this(fileName, size.Width, size.Height) {