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)
763
propertyTriggerLayers.
TryGetValue
(keys[i], out currentLayer);
System.ServiceModel (2)
System\ServiceModel\Channels\Msmq3PoisonHandler.cs (1)
77
if (this.trackedMessages.
TryGetValue
(lookupId, out value))
System\ServiceModel\Diagnostics\ServiceModelPerformanceCounters.cs (1)
92
if (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)
1317
if (_partList.
TryGetValue
(partKeys[i], out p))
1344
if (_partList.
TryGetValue
(owningPartUri, out sourcePart))