1 write to _cmap
PresentationCore (1)
MS\Internal\FontCache\FontFaceLayoutInfo.cs (1)
82
_cmap
= new IntMap(_font);
2 references to _cmap
PresentationCore (2)
MS\Internal\FontCache\FontFaceLayoutInfo.cs (2)
83
_cmap
.TryGetValue(' ', out _blankGlyphIndex);
92
return
_cmap
;