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))