17 references to FinitePage
PresentationFramework (17)
MS\Internal\PtsHost\BaseParagraph.cs (1)
223
fspap.fBreakPageBefore = _element is Block ? PTS.FromBoolean(StructuralCache.CurrentFormatContext.
FinitePage
&& ((Block)_element).BreakPageBefore) : PTS.FromBoolean(false);
MS\Internal\PtsHost\ContainerParagraph.cs (3)
112
if (!StructuralCache.CurrentFormatContext.
FinitePage
)
346
Debug.Assert(StructuralCache.CurrentFormatContext.
FinitePage
|| _ur != null); // For bottomless case UpdateRecord needs to be created in UpdGetFirstChangeInSegment.
349
if (StructuralCache.CurrentFormatContext.
FinitePage
)
MS\Internal\PtsHost\FigureParagraph.cs (1)
117
Invariant.Assert(StructuralCache.CurrentFormatContext.
FinitePage
);
MS\Internal\PtsHost\FloaterParagraph.cs (1)
202
if (!StructuralCache.CurrentFormatContext.
FinitePage
)
MS\Internal\PtsHost\Line.cs (1)
348
if (!_paraClient.Paragraph.StructuralCache.CurrentFormatContext.
FinitePage
)
MS\Internal\PtsHost\OptimalTextSource.cs (1)
225
if (!_paraClient.Paragraph.StructuralCache.CurrentFormatContext.
FinitePage
)
MS\Internal\PtsHost\Section.cs (2)
218
bool enableColumns = _structuralCache.CurrentFormatContext.
FinitePage
;
360
bool enableColumns = _structuralCache.CurrentFormatContext.
FinitePage
;
MS\Internal\PtsHost\TableParagraph.cs (1)
89
if (suppressTopSpace && (StructuralCache.CurrentFormatContext.
FinitePage
|| mcs == null))
MS\Internal\PtsHost\TextParagraph.cs (3)
274
if (StructuralCache.CurrentFormatContext.
FinitePage
)
800
if (!StructuralCache.CurrentFormatContext.
FinitePage
)
945
if(textElement is Figure && StructuralCache.CurrentFormatContext.
FinitePage
)
MS\Internal\PtsHost\UIElementParagraph.cs (3)
396
if (StructuralCache.CurrentFormatContext.
FinitePage
)
426
if (StructuralCache.CurrentFormatContext.
FinitePage
)
529
if (!StructuralCache.CurrentFormatContext.
FinitePage
&& !figure.Height.IsAbsolute)