2 writes to _cmap
PresentationCore (2)
Core\CSharp\MS\Internal\FontCache\FontFaceLayoutInfo.cs (2)
653_cmap = null; 667_cmap = new Dictionary<int, ushort>();
4 references to _cmap
PresentationCore (4)
Core\CSharp\MS\Internal\FontCache\FontFaceLayoutInfo.cs (4)
661if (_cmap == null) 665if (_cmap == null) 673_cmap.Add(codePoint, glyphIndex); 679return _cmap;