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