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)
2286if (_toolboxBitmap is not null) 2290e.Graphics.DrawImage(_toolboxBitmap, new Rectangle(x, y, _cxIcon, _cyIcon)); 2299if (_toolboxBitmap is not null) 2302e.Graphics.DrawImage(_toolboxBitmap, new Rectangle(rc.X, y, _cxIcon, _cyIcon)); 2449if (_toolboxBitmap is null) 2456Size sz = _toolboxBitmap.Size;