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)
268int curFirstChar = GlyphInfo.FirstChars[curGlyph]; 310GlyphInfo.FirstChars[glyph-shift] = GlyphInfo.FirstChars[glyph]; 333GlyphInfo.FirstChars[FirstGlyph] = (ushort)firstLigaChar; 496ushort firstChar = GlyphInfo.FirstChars[FirstGlyph]; 510GlyphInfo.FirstChars[FirstGlyph + gl] = firstChar;