Implemented interface member:
method
TryGetValue
System.Collections.Generic.IDictionary<TKey, TValue>.TryGetValue(TKey, out TValue)
3 references to TryGetValue
PresentationCore (3)
Core\CSharp\MS\Internal\FontCache\FontFaceLayoutInfo.cs (3)
92
_cmap.
TryGetValue
(' ', out _blankGlyphIndex);
671
if (
TryGetValue
(codePoint, out glyphIndex))
772
if (!
TryGetValue
(i, out glyphIndex))