5 references to ToolboxBitmapAttribute
System.Drawing (5)
commonui\System\Drawing\ToolboxBitmapAttribute.cs (5)
91: this(GetImageFromFile(imageFile, false), GetImageFromFile(imageFile, true)) { 102: this(GetImageFromResource(t, null, false), GetImageFromResource(t, null, true)) { 113: this(GetImageFromResource(t, name, false), GetImageFromResource(t, name, true)) { 479public static readonly ToolboxBitmapAttribute Default = new ToolboxBitmapAttribute((Image)null, (Image)null); 495DefaultComponent = new ToolboxBitmapAttribute(bitmap, null);