10 references to GetClass
PresentationCore (10)
MS\Internal\Shaping\Context.cs (6)
627
GetClass
(Table,GlyphInfo.Glyphs[glyphIndex]);
662
GetClass
(Table,GlyphInfo.Glyphs[glyphIndex]);
700
GetClass
(Table,GlyphInfo.Glyphs[glyphIndex]);
768
ushort GlyphClass = inputClassDef.
GetClass
(Table,glyphId);
1594
ClassDef.
GetClass
(Table,GlyphInfo.Glyphs[glyphIndex]);
1659
ushort glyphClass = classDef.
GetClass
(Table,glyphId);
MS\Internal\Shaping\OpenTypeCommon.cs (2)
817
int glyphClass = GlyphClassDef.
GetClass
(gdefTable,glyph);
898
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);