1 write to _glyph
PresentationCore (1)
MS\Internal\Shaping\OpenTypeLayoutCache.cs (1)
1090
_glyph
= glyph;
8 references to _glyph
PresentationCore (8)
MS\Internal\Shaping\OpenTypeLayoutCache.cs (8)
1096
get { return
_glyph
; }
1107
if (
_glyph
< value.
_glyph
) return -1;
1108
if (
_glyph
> value.
_glyph
) return 1;
1118
return
_glyph
== value.
_glyph
&&
1136
return
_glyph
<< 16 + _lookup;