5 references to largeSize
System.Drawing (5)
commonui\System\Drawing\ToolboxBitmapAttribute.cs (5)
219
img = new Bitmap((Bitmap)smallImage,
largeSize
.Width,
largeSize
.Height);
288
Icon sizedico = new Icon(ico, large ?
largeSize
: smallSize);
369
img = new Bitmap(b,
largeSize
.Width ,
largeSize
.Height);