11 references to Glyph
PresentationCore (11)
MS\Internal\Shaping\OpenTypeLayoutCache.cs (11)
613
ushort curGlyph = records[0].
Glyph
;
617
if (records[i].
Glyph
!= curGlyph)
651
curGlyph = records[i].
Glyph
;
708
ushort curGlyph = records[0].
Glyph
;
712
if (records[i].
Glyph
!= curGlyph)
731
curGlyph = records[i].
Glyph
;
771
ushort listGlyph1 = records[glyphListIndex1].
Glyph
;
772
ushort listGlyph2 = records[glyphListIndex2].
Glyph
;
781
glyph1 = records[glyphListIndex1].
Glyph
;
793
glyph2 = records[glyphListIndex2].
Glyph
;
1062
if (records[i].
Glyph
== glyph)