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