8 references to FirstChars
PresentationCore (8)
MS\Internal\Shaping\Positioning.cs (2)
1467for (int ch = GlyphInfo.FirstChars[markGlyph]; 1482for(ushort ch = GlyphInfo.FirstChars[ligatureGlyph];
MS\Internal\Shaping\Substitution.cs (6)
272int curFirstChar = GlyphInfo.FirstChars[curGlyph]; 314GlyphInfo.FirstChars[glyph-shift] = GlyphInfo.FirstChars[glyph]; 337GlyphInfo.FirstChars[FirstGlyph] = (ushort)firstLigaChar; 500ushort firstChar = GlyphInfo.FirstChars[FirstGlyph]; 514GlyphInfo.FirstChars[FirstGlyph + gl] = firstChar;