5 references to Icon
System.Drawing (5)
commonui\System\Drawing\Icon.cs (5)
97public Icon(string fileName, int width, int height) : this() { 135public Icon(Icon original, int width, int height) : this() { 157public Icon(Type type, string resource) : this() { 187public Icon(Stream stream, int width, int height) : this() { 276Icon icon = new Icon();