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