2 writes to _cmap
PresentationCore (2)
MS\Internal\FontCache\FontFaceLayoutInfo.cs (2)
582_cmap = null; 595_cmap = new Dictionary<int, ushort>();
4 references to _cmap
PresentationCore (4)
MS\Internal\FontCache\FontFaceLayoutInfo.cs (4)
589if (_cmap == null) 593if (_cmap == null) 601_cmap.Add(codePoint, glyphIndex); 607return _cmap;