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)
1187
if (
_dictionary
!= null) {
1188
foreach (DictionaryEntry de in
_dictionary
) {
1202
if (
_dictionary
!= null) {
1203
return
_dictionary
[key];
1214
if (
_dictionary
== null) {
1218
_dictionary
.Remove(key);
1220
_dictionary
[key] = value;