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); 671if (TryGetValue(codePoint, out glyphIndex)) 772if (!TryGetValue(i, out glyphIndex))