1 write to _fixedPageInfo
PresentationFramework (1)
MS\Internal\IO\Packaging\FixedPageContentExtractor.cs (1)
33
_fixedPageInfo
= new XmlFixedPageInfo(fixedPage);
3 references to _fixedPageInfo
PresentationFramework (3)
MS\Internal\IO\Packaging\FixedPageContentExtractor.cs (3)
58
if (_nextGlyphRun >=
_fixedPageInfo
.GlyphRunCount)
64
GlyphRunInfo glyphRunInfo =
_fixedPageInfo
.GlyphRunAtPosition(_nextGlyphRun);
87
return _nextGlyphRun >=
_fixedPageInfo
.GlyphRunCount;