2 writes to _cmap
PresentationCore (2)
MS\Internal\FontCache\FontFaceLayoutInfo.cs (2)
582
_cmap
= null;
595
_cmap
= new Dictionary<int, ushort>();
4 references to _cmap
PresentationCore (4)
MS\Internal\FontCache\FontFaceLayoutInfo.cs (4)
589
if (
_cmap
== null)
593
if (
_cmap
== null)
601
_cmap
.Add(codePoint, glyphIndex);
607
return
_cmap
;