17 references to FinitePage
PresentationFramework (17)
src\Framework\MS\Internal\PtsHost\BaseParagraph.cs (1)
230
fspap.fBreakPageBefore = _element is Block ? PTS.FromBoolean(StructuralCache.CurrentFormatContext.
FinitePage
&& ((Block)_element).BreakPageBefore) : PTS.FromBoolean(false);
src\Framework\MS\Internal\PtsHost\ContainerParagraph.cs (3)
135
if (!StructuralCache.CurrentFormatContext.
FinitePage
)
370
Debug.Assert(StructuralCache.CurrentFormatContext.
FinitePage
|| _ur != null); // For bottomless case UpdateRecord needs to be created in UpdGetFirstChangeInSegment.
373
if (StructuralCache.CurrentFormatContext.
FinitePage
)
src\Framework\MS\Internal\PtsHost\FigureParagraph.cs (1)
139
Invariant.Assert(StructuralCache.CurrentFormatContext.
FinitePage
);
src\Framework\MS\Internal\PtsHost\FloaterParagraph.cs (1)
218
if (!StructuralCache.CurrentFormatContext.
FinitePage
)
src\Framework\MS\Internal\PtsHost\Line.cs (1)
369
if (!_paraClient.Paragraph.StructuralCache.CurrentFormatContext.
FinitePage
)
src\Framework\MS\Internal\PtsHost\OptimalTextSource.cs (1)
245
if (!_paraClient.Paragraph.StructuralCache.CurrentFormatContext.
FinitePage
)
src\Framework\MS\Internal\PtsHost\Section.cs (2)
230
bool enableColumns = _structuralCache.CurrentFormatContext.
FinitePage
;
378
bool enableColumns = _structuralCache.CurrentFormatContext.
FinitePage
;
src\Framework\MS\Internal\PtsHost\TableParagraph.cs (1)
106
if (suppressTopSpace && (StructuralCache.CurrentFormatContext.
FinitePage
|| mcs == null))
src\Framework\MS\Internal\PtsHost\TextParagraph.cs (3)
299
if (StructuralCache.CurrentFormatContext.
FinitePage
)
831
if (!StructuralCache.CurrentFormatContext.
FinitePage
)
977
if(textElement is Figure && StructuralCache.CurrentFormatContext.
FinitePage
)
src\Framework\MS\Internal\PtsHost\UIElementParagraph.cs (3)
395
if (StructuralCache.CurrentFormatContext.
FinitePage
)
423
if (StructuralCache.CurrentFormatContext.
FinitePage
)
524
if (!StructuralCache.CurrentFormatContext.
FinitePage
&& !figure.Height.IsAbsolute)