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)
120if (!part._nameValues.TryGetValue(k_v.Key, out otherValue)) 241_nameValues.TryGetValue(TextSelectionProcessor.IncludeOverlaps, out overlapsString); 302_nameValues.TryGetValue(TextSelectionProcessor.IncludeOverlaps, out overlapsString);