6 references to GetImage
System.Drawing.Common (1)
System\Drawing\ToolboxBitmapAttribute.cs (1)
65public Image? GetImage(Type type, bool large) => GetImage(type, null, large);
System.Drawing.Common.Tests (5)
System\Drawing\ToolboxBitmapAttributeTests.cs (5)
83using Image image = attribute.GetImage(type, fileName, false); 100using (Image image = attribute.GetImage(typeof(ToolboxBitmapAttributeTests), fileName, large: true)) 105using (Image image = attribute.GetImage(typeof(ToolboxBitmapAttributeTests), fileName, large: false)) 136using (Image image = attribute.GetImage(typeof(ToolboxBitmapAttributeTests), "bitmap_173x183_indexed_8bit", large: true)) 141using (Image image = attribute.GetImage(typeof(ToolboxBitmapAttributeTests), "bitmap_173x183_indexed_8bit", large: false))