10 references to GetClass
PresentationCore (10)
Core\CSharp\MS\Internal\Shaping\Context.cs (6)
673
GetClass
(Table,GlyphInfo.Glyphs[glyphIndex]);
708
GetClass
(Table,GlyphInfo.Glyphs[glyphIndex]);
746
GetClass
(Table,GlyphInfo.Glyphs[glyphIndex]);
814
ushort GlyphClass = inputClassDef.
GetClass
(Table,glyphId);
1682
ClassDef.
GetClass
(Table,GlyphInfo.Glyphs[glyphIndex]);
1747
ushort glyphClass = classDef.
GetClass
(Table,glyphId);
Core\CSharp\MS\Internal\Shaping\OpenTypeCommon.cs (2)
843
int glyphClass = GlyphClassDef.
GetClass
(gdefTable,glyph);
928
attachClass!=markAttachClassDef.
GetClass
(gdefTable,GlyphInfo.Glyphs[glyph])
Core\CSharp\MS\Internal\Shaping\Positioning.cs (2)
863
ushort firstClassIndex = Format2Class1Table(Table).
GetClass
(Table,firstGlyphId);
865
ushort secondClassIndex = Format2Class2Table(Table).
GetClass
(Table,secondGlyphId);