1 write to _dictionary
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripControlHost.StubSite.cs (1)
113_dictionary ??= [];
5 references to _dictionary
System.Windows.Forms (5)
System\Windows\Forms\Controls\ToolStrips\ToolStripControlHost.StubSite.cs (5)
79if (value is null || _dictionary is null) 84foreach (var item in _dictionary) 102_dictionary?.TryGetValue(key, out value); 118_dictionary.Remove(key); 122_dictionary[key] = value;