2 writes to _cmap
PresentationCore (2)
MS\Internal\FontCache\FontFaceLayoutInfo.cs (2)
583_cmap = null; 596_cmap = new Dictionary<int, ushort>();
4 references to _cmap
PresentationCore (4)
MS\Internal\FontCache\FontFaceLayoutInfo.cs (4)
590if (_cmap == null) 594if (_cmap == null) 602_cmap.Add(codePoint, glyphIndex); 608return _cmap;