1 write to _toolboxBitmap
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ComponentTray.cs (1)
2445
_toolboxBitmap
= attr.GetImage(_component, _tray.ShowLargeIcons);
6 references to _toolboxBitmap
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\ComponentTray.cs (6)
2286
if (
_toolboxBitmap
is not null)
2290
e.Graphics.DrawImage(
_toolboxBitmap
, new Rectangle(x, y, _cxIcon, _cyIcon));
2299
if (
_toolboxBitmap
is not null)
2302
e.Graphics.DrawImage(
_toolboxBitmap
, new Rectangle(rc.X, y, _cxIcon, _cyIcon));
2449
if (
_toolboxBitmap
is null)
2456
Size sz =
_toolboxBitmap
.Size;