Implemented interface member:
3 references to TryGetValue
PresentationFramework (3)
System\Windows\Annotations\LocatorPart.cs (3)
109
if (!part._nameValues.
TryGetValue
(k_v.Key, out otherValue))
230
_nameValues.
TryGetValue
(TextSelectionProcessor.IncludeOverlaps, out overlapsString);
291
_nameValues.
TryGetValue
(TextSelectionProcessor.IncludeOverlaps, out overlapsString);