Base:
property
GlyphRunCount
MS.Internal.FixedPageInfo.GlyphRunCount
2 references to GlyphRunCount
PresentationFramework (2)
MS\Internal\IO\Packaging\FixedPageContentExtractor.cs (2)
56
if (_nextGlyphRun >= _fixedPageInfo.
GlyphRunCount
)
85
return _nextGlyphRun >= _fixedPageInfo.
GlyphRunCount
;