5 references to GetImage
System.Drawing.Common.Tests (3)
System\Drawing\ToolboxBitmapAttributeTests.cs (3)
116
Assert.Null(attribute.
GetImage
((object)null, true));
124
using Image smallImage = attribute.
GetImage
(new bitmap_173x183_indexed_8bit(), large: false);
127
using Image largeImage = attribute.
GetImage
(new bitmap_173x183_indexed_8bit(), large: true);
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ComponentTray.cs (1)
2445
_toolboxBitmap = attr.
GetImage
(_component, _tray.ShowLargeIcons);
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (1)
1224
ToolboxBitmap = attr.
GetImage
(column, large: false);