1 type derived from GlyphRunInfo
PresentationFramework (1)
src\Framework\MS\Internal\IO\Packaging\XmlGlyphRunInfo.cs (1)
30internal class XmlGlyphRunInfo : MS.Internal.GlyphRunInfo
3 references to GlyphRunInfo
PresentationFramework (3)
src\Framework\MS\Internal\IO\Packaging\FixedPageContentExtractor.cs (1)
68GlyphRunInfo glyphRunInfo = _fixedPageInfo.GlyphRunAtPosition(_nextGlyphRun);
src\Framework\MS\Internal\IO\Packaging\XmlFixedPageInfo.cs (1)
65internal override GlyphRunInfo GlyphRunAtPosition(int position)
src\Shared\MS\Internal\FixedPageInfo.cs (1)
30internal abstract GlyphRunInfo GlyphRunAtPosition(int position);