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