11 references to Glyph
PresentationCore (11)
Core\CSharp\MS\Internal\Shaping\OpenTypeLayoutCache.cs (11)
663
ushort curGlyph = records[0].
Glyph
;
667
if (records[i].
Glyph
!= curGlyph)
701
curGlyph = records[i].
Glyph
;
758
ushort curGlyph = records[0].
Glyph
;
762
if (records[i].
Glyph
!= curGlyph)
781
curGlyph = records[i].
Glyph
;
821
ushort listGlyph1 = records[glyphListIndex1].
Glyph
;
822
ushort listGlyph2 = records[glyphListIndex2].
Glyph
;
831
glyph1 = records[glyphListIndex1].
Glyph
;
843
glyph2 = records[glyphListIndex2].
Glyph
;
1121
if (records[i].
Glyph
== glyph)