10 references to GetClass
PresentationCore (10)
MS\Internal\Shaping\Context.cs (6)
631GetClass(Table,GlyphInfo.Glyphs[glyphIndex]); 666GetClass(Table,GlyphInfo.Glyphs[glyphIndex]); 704GetClass(Table,GlyphInfo.Glyphs[glyphIndex]); 772ushort GlyphClass = inputClassDef.GetClass(Table,glyphId); 1598ClassDef.GetClass(Table,GlyphInfo.Glyphs[glyphIndex]); 1663ushort glyphClass = classDef.GetClass(Table,glyphId);
MS\Internal\Shaping\OpenTypeCommon.cs (2)
821int glyphClass = GlyphClassDef.GetClass(gdefTable,glyph); 902attachClass!=markAttachClassDef.GetClass(gdefTable,GlyphInfo.Glyphs[glyph])
MS\Internal\Shaping\Positioning.cs (2)
806ushort firstClassIndex = Format2Class1Table(Table).GetClass(Table,firstGlyphId); 808ushort secondClassIndex = Format2Class2Table(Table).GetClass(Table,secondGlyphId);