Implemented interface member:
method
Contains
System.Collections.IDictionary.Contains(System.Object)
14 references to Contains
System (3)
compmod\system\collections\specialized\hybriddictionary.cs (1)
275
return cachedList.
Contains
(key);
net\System\Net\NetworkInformation\NetworkAddressChange.cs (2)
139
if ((caller != null) && (!s_availabilityCallerArray.
Contains
(caller))) {
272
if ((caller != null) && (!s_callerArray.
Contains
(caller))) {
System.ServiceModel (1)
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
716
return 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))));
740
if (!_registeredHiddenFields.
Contains
(hiddenFieldName))
933
if (!_registeredOnSubmitStatements.
Contains
(key))
979
if (!scriptBlocks.
Contains
(key)) {
System.Web.DataVisualization (2)
WebForm\General\ChartHttpHandler.cs (2)
1932
if (_ringTrackers.
Contains
(keyFormat))
1938
if (_ringTrackers.
Contains
(keyFormat))
System.Web.Extensions (1)
UI\ScriptRegistrationManager.cs (1)
508
if (!uniqueEntries.
Contains
(entry.Name)) {