1 write to t_cachedToolboxItems
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripDesignerUtils.cs (1)
111t_cachedToolboxItems ??= [];
4 references to t_cachedToolboxItems
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\ToolStripDesignerUtils.cs (4)
112if (t_cachedToolboxItems.TryGetValue(itemType, out ToolboxItem tbxItem)) 121t_cachedToolboxItems[itemType] = tbxItem; 122if (t_customToolStripItemCount > 0 && (t_customToolStripItemCount * 2 < t_cachedToolboxItems.Count)) 125t_cachedToolboxItems.Clear();