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