1 write to _toolboxBitmap
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ComponentTray.cs (1)
2427_toolboxBitmap = attr.GetImage(_component, _tray.ShowLargeIcons);
6 references to _toolboxBitmap
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\ComponentTray.cs (6)
2268if (_toolboxBitmap is not null) 2272e.Graphics.DrawImage(_toolboxBitmap, new Rectangle(x, y, _cxIcon, _cyIcon)); 2281if (_toolboxBitmap is not null) 2284e.Graphics.DrawImage(_toolboxBitmap, new Rectangle(rc.X, y, _cxIcon, _cyIcon)); 2431if (_toolboxBitmap is null) 2438Size sz = _toolboxBitmap.Size;