1 write to _dictionary
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripControlHost.cs (1)
1215_dictionary = new Hashtable();
7 references to _dictionary
System.Windows.Forms (7)
winforms\Managed\System\WinForms\ToolStripControlHost.cs (7)
1187if (_dictionary != null) { 1188foreach (DictionaryEntry de in _dictionary) { 1202if (_dictionary != null) { 1203return _dictionary[key]; 1214if (_dictionary == null) { 1218_dictionary.Remove(key); 1220_dictionary[key] = value;