4 references to GetImage
System.Drawing.Common (3)
System\Drawing\ToolboxBitmapAttribute.cs (3)
61
component is not null ?
GetImage
(component.GetType(), large) : null;
63
public Image? GetImage(Type type) =>
GetImage
(type, false);
87
image = s_defaultComponent.
GetImage
(type, large);
System.Windows.Forms.Design (1)
System\Drawing\Design\ToolboxItem.cs (1)
599
Bitmap? itemBitmap = attr.
GetImage
(type, false) as Bitmap;