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)
735if (propertyTriggerLayers.ContainsKey(propertyTriggerLayerIndex))
System (2)
compmod\system\collections\generic\sortedlist.cs (2)
384return ContainsKey((TKey) key); 952return _dict.ContainsKey(key);
System.ServiceModel (3)
System\ServiceModel\Description\UniqueCodeIdentifierScope.cs (1)
57return names == null || !names.ContainsKey(identifier);
System\ServiceModel\Description\WsdlExporter.cs (1)
724return policyKeys.ContainsKey(name);
System\ServiceModel\Diagnostics\TraceUtility.cs (1)
810Fx.Assert(traceCodes.ContainsKey(traceCode),
System.Workflow.Runtime (1)
WorkBatch.cs (1)
239Debug.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)
323if (_partList.ContainsKey(validatedPartUri)) 407if (_partList.ContainsKey(validatedPartUri)) 513if (!_partList.ContainsKey(partUri)) 1386if (_partList.ContainsKey(validatePartUri))