1 write to _glyph
PresentationCore (1)
MS\Internal\Shaping\OpenTypeLayoutCache.cs (1)
1091
_glyph
= glyph;
8 references to _glyph
PresentationCore (8)
MS\Internal\Shaping\OpenTypeLayoutCache.cs (8)
1097
get { return
_glyph
; }
1108
if (
_glyph
< value.
_glyph
) return -1;
1109
if (
_glyph
> value.
_glyph
) return 1;
1119
return
_glyph
== value.
_glyph
&&
1137
return
_glyph
<< 16 + _lookup;