8 references to FirstChars
PresentationCore (8)
Core\CSharp\MS\Internal\Shaping\Positioning.cs (2)
1567for (int ch = GlyphInfo.FirstChars[markGlyph]; 1582for(ushort ch = GlyphInfo.FirstChars[ligatureGlyph];
Core\CSharp\MS\Internal\Shaping\Substitution.cs (6)
297int curFirstChar = GlyphInfo.FirstChars[curGlyph]; 339GlyphInfo.FirstChars[glyph-shift] = GlyphInfo.FirstChars[glyph]; 362GlyphInfo.FirstChars[FirstGlyph] = (ushort)firstLigaChar; 536ushort firstChar = GlyphInfo.FirstChars[FirstGlyph]; 550GlyphInfo.FirstChars[FirstGlyph + gl] = firstChar;