Implemented interface member:
method
Contains
System.Collections.IDictionary.Contains(System.Object)
12 references to Contains
System (2)
compmod\system\componentmodel\ReflectTypeDescriptionProvider.cs (1)
1567if (addAttr && !attrDictionary.Contains(attrArray[idx].TypeId)) {
compmod\system\componentmodel\TypeDescriptor.cs (1)
2559if (filterTable.Contains(descName))
System.ServiceModel.Internals (6)
System\Runtime\Collections\OrderedDictionary.cs (6)
61if (this.privateDictionary.Contains(key)) 141if (item.Key == null || !this.privateDictionary.Contains(item.Key)) 158return this.privateDictionary.Contains(key); 219if (this.privateDictionary.Contains(key)) 237bool keyExists = this.privateDictionary.Contains(key); 255return this.privateDictionary.Contains(key);
System.Web (3)
UI\WebControls\DetailsView.cs (1)
2468if (values.Contains(entry.Key)) {
UI\WebControls\FormView.cs (1)
2099if (values.Contains(entry.Key)) {
UI\WebControls\GridView.cs (1)
3071if (values.Contains(entry.Key)) {
System.Web.Extensions (1)
UI\WebControls\ListView.cs (1)
2361if (values.Contains(entry.Key)) {