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