Implemented interface member:
method
Remove
System.Collections.IDictionary.Remove(System.Object)
8 references to Remove
System (1)
compmod\system\componentmodel\TypeDescriptor.cs (1)
2582
filterTable.
Remove
(descName);
System.ServiceModel.Internals (3)
System\Runtime\Collections\OrderedDictionary.cs (3)
203
this.privateDictionary.
Remove
(item.Key);
221
this.privateDictionary.
Remove
(key);
289
this.privateDictionary.
Remove
(key);
System.Web (3)
UI\WebControls\DetailsView.cs (1)
2469
values.
Remove
(entry.Key);
UI\WebControls\FormView.cs (1)
2100
values.
Remove
(entry.Key);
UI\WebControls\GridView.cs (1)
3072
values.
Remove
(entry.Key);
System.Web.Extensions (1)
UI\WebControls\ListView.cs (1)
2362
values.
Remove
(entry.Key);