10 references to GetClass
PresentationCore (10)
MS\Internal\Shaping\Context.cs (6)
627GetClass(Table,GlyphInfo.Glyphs[glyphIndex]); 662GetClass(Table,GlyphInfo.Glyphs[glyphIndex]); 700GetClass(Table,GlyphInfo.Glyphs[glyphIndex]); 768ushort GlyphClass = inputClassDef.GetClass(Table,glyphId); 1594ClassDef.GetClass(Table,GlyphInfo.Glyphs[glyphIndex]); 1659ushort glyphClass = classDef.GetClass(Table,glyphId);
MS\Internal\Shaping\OpenTypeCommon.cs (2)
817int glyphClass = GlyphClassDef.GetClass(gdefTable,glyph); 898attachClass!=markAttachClassDef.GetClass(gdefTable,GlyphInfo.Glyphs[glyph])
MS\Internal\Shaping\Positioning.cs (2)
799ushort firstClassIndex = Format2Class1Table(Table).GetClass(Table,firstGlyphId); 801ushort secondClassIndex = Format2Class2Table(Table).GetClass(Table,secondGlyphId);