11 references to Glyph
PresentationCore (11)
MS\Internal\Shaping\OpenTypeLayoutCache.cs (11)
612
ushort curGlyph = records[0].
Glyph
;
616
if (records[i].
Glyph
!= curGlyph)
650
curGlyph = records[i].
Glyph
;
707
ushort curGlyph = records[0].
Glyph
;
711
if (records[i].
Glyph
!= curGlyph)
730
curGlyph = records[i].
Glyph
;
770
ushort listGlyph1 = records[glyphListIndex1].
Glyph
;
771
ushort listGlyph2 = records[glyphListIndex2].
Glyph
;
780
glyph1 = records[glyphListIndex1].
Glyph
;
792
glyph2 = records[glyphListIndex2].
Glyph
;
1061
if (records[i].
Glyph
== glyph)