Implemented interface member:
method
TryGetValue
System.Collections.Generic.IDictionary<TKey, TValue>.TryGetValue(TKey, out TValue)
3 references to TryGetValue
PresentationFramework (3)
src\Framework\System\Windows\Annotations\LocatorPart.cs (3)
120
if (!part._nameValues.
TryGetValue
(k_v.Key, out otherValue))
241
_nameValues.
TryGetValue
(TextSelectionProcessor.IncludeOverlaps, out overlapsString);
302
_nameValues.
TryGetValue
(TextSelectionProcessor.IncludeOverlaps, out overlapsString);