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