5 references to s_largeSize
System.Drawing.Common (5)
System\Drawing\ToolboxBitmapAttribute.cs (5)
77
image = new Bitmap((Bitmap)_smallImage,
s_largeSize
.Width,
s_largeSize
.Height);
130
using Icon sizedIco = new(ico, large ?
s_largeSize
: s_smallSize);
198
image = new Bitmap(bitmap,
s_largeSize
.Width,
s_largeSize
.Height);