Implemented interface members:
method
ContainsKey
System.Collections.Generic.IDictionary<TKey, TValue>.ContainsKey(TKey)
method
ContainsKey
System.Collections.Generic.IReadOnlyDictionary<TKey, TValue>.ContainsKey(TKey)
11 references to ContainsKey
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\AnimationStorage.cs (1)
735
if (propertyTriggerLayers.
ContainsKey
(propertyTriggerLayerIndex))
System (2)
compmod\system\collections\generic\sortedlist.cs (2)
384
return
ContainsKey
((TKey) key);
952
return _dict.
ContainsKey
(key);
System.ServiceModel (3)
System\ServiceModel\Description\UniqueCodeIdentifierScope.cs (1)
57
return names == null || !names.
ContainsKey
(identifier);
System\ServiceModel\Description\WsdlExporter.cs (1)
724
return policyKeys.
ContainsKey
(name);
System\ServiceModel\Diagnostics\TraceUtility.cs (1)
810
Fx.Assert(traceCodes.
ContainsKey
(traceCode),
System.Workflow.Runtime (1)
WorkBatch.cs (1)
239
Debug.Assert(!workItems.
ContainsKey
(orderId), string.Format(System.Globalization.CultureInfo.InvariantCulture, "List already contains key {0}", orderId));
WindowsBase (4)
Base\System\IO\Packaging\Package.cs (4)
323
if (_partList.
ContainsKey
(validatedPartUri))
407
if (_partList.
ContainsKey
(validatedPartUri))
513
if (!_partList.
ContainsKey
(partUri))
1386
if (_partList.
ContainsKey
(validatePartUri))