8 references to FirstChars
PresentationCore (8)
MS\Internal\Shaping\Positioning.cs (2)
1460for (int ch = GlyphInfo.FirstChars[markGlyph]; 1475for(ushort ch = GlyphInfo.FirstChars[ligatureGlyph];
MS\Internal\Shaping\Substitution.cs (6)
269int curFirstChar = GlyphInfo.FirstChars[curGlyph]; 311GlyphInfo.FirstChars[glyph-shift] = GlyphInfo.FirstChars[glyph]; 334GlyphInfo.FirstChars[FirstGlyph] = (ushort)firstLigaChar; 497ushort firstChar = GlyphInfo.FirstChars[FirstGlyph]; 511GlyphInfo.FirstChars[FirstGlyph + gl] = firstChar;