7 references to Unresolved
PresentationCore (7)
MS\Internal\Shaping\Context.cs (1)
2086GlyphInfo.GlyphFlags[inputGlyphIndex] = (ushort)(GlyphFlags.Unresolved | GlyphFlags.Substituted);
MS\Internal\Shaping\OpenTypeCommon.cs (1)
814if ((flags & typemask) == (ushort)GlyphFlags.Unresolved ||
MS\Internal\Shaping\Substitution.cs (5)
78GlyphInfo.GlyphFlags[FirstGlyph] = (ushort)(GlyphFlags.Unresolved | GlyphFlags.Substituted); 84GlyphInfo.GlyphFlags[FirstGlyph] = (ushort)(GlyphFlags.Unresolved | GlyphFlags.Substituted); 336GlyphInfo.GlyphFlags[FirstGlyph] = (ushort)(GlyphFlags.Unresolved | GlyphFlags.Substituted); 513(ushort)(GlyphFlags.Unresolved | GlyphFlags.Substituted); 647GlyphInfo.GlyphFlags[FirstGlyph] = (ushort)(GlyphFlags.Unresolved | GlyphFlags.Substituted);