1 write to _glyph
PresentationCore (1)
Core\CSharp\MS\Internal\Shaping\OpenTypeLayoutCache.cs (1)
1150
_glyph
= glyph;
8 references to _glyph
PresentationCore (8)
Core\CSharp\MS\Internal\Shaping\OpenTypeLayoutCache.cs (8)
1156
get { return
_glyph
; }
1167
if (
_glyph
< value.
_glyph
) return -1;
1168
if (
_glyph
> value.
_glyph
) return 1;
1178
return
_glyph
== value.
_glyph
&&
1196
return
_glyph
<< 16 + _lookup;