1 write to _dictionary
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripControlHost.StubSite.cs (1)
116
_dictionary
??= [];
5 references to _dictionary
System.Windows.Forms (5)
System\Windows\Forms\Controls\ToolStrips\ToolStripControlHost.StubSite.cs (5)
82
if (value is null ||
_dictionary
is null)
87
foreach (var item in
_dictionary
)
105
_dictionary
?.TryGetValue(key, out value);
121
_dictionary
.Remove(key);
125
_dictionary
[key] = value;