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)
602
if (
_cmap
== null)
606
if (
_cmap
== null)
614
_cmap
.Add(codePoint, glyphIndex);
620
return
_cmap
;