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)
82if (value is null || _dictionary is null) 87foreach (var item in _dictionary) 105_dictionary?.TryGetValue(key, out value); 121_dictionary.Remove(key); 125_dictionary[key] = value;