Implemented interface members:
method
TryGetValue
System.Collections.Generic.IReadOnlyDictionary<TKey, TValue>.TryGetValue(TKey, out TValue)
method
TryGetValue
System.Collections.Generic.IDictionary<TKey, TValue>.TryGetValue(TKey, out TValue)
6 references to TryGetValue
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\AnimationStorage.cs (1)
763propertyTriggerLayers.TryGetValue(keys[i], out currentLayer);
System.ServiceModel (2)
System\ServiceModel\Channels\Msmq3PoisonHandler.cs (1)
77if (this.trackedMessages.TryGetValue(lookupId, out value))
System\ServiceModel\Diagnostics\ServiceModelPerformanceCounters.cs (1)
92if (this.actionToOperation.TryGetValue(message.Headers.Action, out operation))
WindowsBase (3)
Base\MS\Internal\PriorityQueue.cs (1)
151_priorityChains.TryGetValue((int)priority, out chain);
Base\System\IO\Packaging\Package.cs (2)
1317if (_partList.TryGetValue(partKeys[i], out p)) 1344if (_partList.TryGetValue(owningPartUri, out sourcePart))