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