10 references to GetClass
PresentationCore (10)
MS\Internal\Shaping\Context.cs (6)
625
GetClass
(Table,GlyphInfo.Glyphs[glyphIndex]);
660
GetClass
(Table,GlyphInfo.Glyphs[glyphIndex]);
698
GetClass
(Table,GlyphInfo.Glyphs[glyphIndex]);
766
ushort GlyphClass = inputClassDef.
GetClass
(Table,glyphId);
1592
ClassDef.
GetClass
(Table,GlyphInfo.Glyphs[glyphIndex]);
1657
ushort glyphClass = classDef.
GetClass
(Table,glyphId);
MS\Internal\Shaping\OpenTypeCommon.cs (2)
816
int glyphClass = GlyphClassDef.
GetClass
(gdefTable,glyph);
897
attachClass!=markAttachClassDef.
GetClass
(gdefTable,GlyphInfo.Glyphs[glyph])
MS\Internal\Shaping\Positioning.cs (2)
799
ushort firstClassIndex = Format2Class1Table(Table).
GetClass
(Table,firstGlyphId);
801
ushort secondClassIndex = Format2Class2Table(Table).
GetClass
(Table,secondGlyphId);