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