7 references to Unresolved
PresentationCore (7)
Core\CSharp\MS\Internal\Shaping\Context.cs (1)
2185GlyphInfo.GlyphFlags[inputGlyphIndex] = (ushort)(GlyphFlags.Unresolved | GlyphFlags.Substituted);
Core\CSharp\MS\Internal\Shaping\OpenTypeCommon.cs (1)
836if ((flags & typemask) == (ushort)GlyphFlags.Unresolved ||
Core\CSharp\MS\Internal\Shaping\Substitution.cs (5)
88GlyphInfo.GlyphFlags[FirstGlyph] = (ushort)(GlyphFlags.Unresolved | GlyphFlags.Substituted); 94GlyphInfo.GlyphFlags[FirstGlyph] = (ushort)(GlyphFlags.Unresolved | GlyphFlags.Substituted); 361GlyphInfo.GlyphFlags[FirstGlyph] = (ushort)(GlyphFlags.Unresolved | GlyphFlags.Substituted); 549(ushort)(GlyphFlags.Unresolved | GlyphFlags.Substituted); 693GlyphInfo.GlyphFlags[FirstGlyph] = (ushort)(GlyphFlags.Unresolved | GlyphFlags.Substituted);