7 references to Unresolved
PresentationCore (7)
MS\Internal\Shaping\Context.cs (1)
2082GlyphInfo.GlyphFlags[inputGlyphIndex] = (ushort)(GlyphFlags.Unresolved | GlyphFlags.Substituted);
MS\Internal\Shaping\OpenTypeCommon.cs (1)
810if ((flags & typemask) == (ushort)GlyphFlags.Unresolved ||
MS\Internal\Shaping\Substitution.cs (5)
75GlyphInfo.GlyphFlags[FirstGlyph] = (ushort)(GlyphFlags.Unresolved | GlyphFlags.Substituted); 81GlyphInfo.GlyphFlags[FirstGlyph] = (ushort)(GlyphFlags.Unresolved | GlyphFlags.Substituted); 333GlyphInfo.GlyphFlags[FirstGlyph] = (ushort)(GlyphFlags.Unresolved | GlyphFlags.Substituted); 510(ushort)(GlyphFlags.Unresolved | GlyphFlags.Substituted); 644GlyphInfo.GlyphFlags[FirstGlyph] = (ushort)(GlyphFlags.Unresolved | GlyphFlags.Substituted);