Implemented interface member:
method
Contains
System.Collections.IDictionary.Contains(System.Object)
14 references to Contains
System (3)
compmod\system\collections\specialized\hybriddictionary.cs (1)
275return cachedList.Contains(key);
net\System\Net\NetworkInformation\NetworkAddressChange.cs (2)
139if ((caller != null) && (!s_availabilityCallerArray.Contains(caller))) { 272if ((caller != null) && (!s_callerArray.Contains(caller))) {
System.ServiceModel (1)
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
716return Properties.Contains(key);
System.Web (7)
UI\ClientScriptManager.cs (7)
578&& (_registeredClientScriptBlocks.Contains(CreateScriptKey(type, key)))); 597&& (_registeredClientScriptBlocks.Contains(CreateScriptIncludeKey(type, key, false)))); 618&& (_registeredClientStartupScripts.Contains(CreateScriptKey(type, key)))); 637&& (_registeredOnSubmitStatements.Contains(CreateScriptKey(type, key)))); 740if (!_registeredHiddenFields.Contains(hiddenFieldName)) 933if (!_registeredOnSubmitStatements.Contains(key)) 979if (!scriptBlocks.Contains(key)) {
System.Web.DataVisualization (2)
WebForm\General\ChartHttpHandler.cs (2)
1932if (_ringTrackers.Contains(keyFormat)) 1938if (_ringTrackers.Contains(keyFormat))
System.Web.Extensions (1)
UI\ScriptRegistrationManager.cs (1)
508if (!uniqueEntries.Contains(entry.Name)) {