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