2 writes to _cmap
PresentationCore (2)
Core\CSharp\MS\Internal\FontCache\FontFaceLayoutInfo.cs (2)
653
_cmap
= null;
667
_cmap
= new Dictionary<int, ushort>();
4 references to _cmap
PresentationCore (4)
Core\CSharp\MS\Internal\FontCache\FontFaceLayoutInfo.cs (4)
661
if (
_cmap
== null)
665
if (
_cmap
== null)
673
_cmap
.Add(codePoint, glyphIndex);
679
return
_cmap
;