1 write to _fixedPageInfo
PresentationFramework (1)
src\Framework\MS\Internal\IO\Packaging\FixedPageContentExtractor.cs (1)
37_fixedPageInfo = new XmlFixedPageInfo(fixedPage);
3 references to _fixedPageInfo
PresentationFramework (3)
src\Framework\MS\Internal\IO\Packaging\FixedPageContentExtractor.cs (3)
62if (_nextGlyphRun >= _fixedPageInfo.GlyphRunCount) 68GlyphRunInfo glyphRunInfo = _fixedPageInfo.GlyphRunAtPosition(_nextGlyphRun); 91return _nextGlyphRun >= _fixedPageInfo.GlyphRunCount;