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)
62
if (_nextGlyphRun >=
_fixedPageInfo
.GlyphRunCount)
68
GlyphRunInfo glyphRunInfo =
_fixedPageInfo
.GlyphRunAtPosition(_nextGlyphRun);
91
return _nextGlyphRun >=
_fixedPageInfo
.GlyphRunCount;