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