17 references to FinitePage
PresentationFramework (17)
MS\Internal\PtsHost\BaseParagraph.cs (1)
224
fspap.fBreakPageBefore = _element is Block ? PTS.FromBoolean(StructuralCache.CurrentFormatContext.
FinitePage
&& ((Block)_element).BreakPageBefore) : PTS.FromBoolean(false);
MS\Internal\PtsHost\ContainerParagraph.cs (3)
113
if (!StructuralCache.CurrentFormatContext.
FinitePage
)
347
Debug.Assert(StructuralCache.CurrentFormatContext.
FinitePage
|| _ur != null); // For bottomless case UpdateRecord needs to be created in UpdGetFirstChangeInSegment.
350
if (StructuralCache.CurrentFormatContext.
FinitePage
)
MS\Internal\PtsHost\FigureParagraph.cs (1)
118
Invariant.Assert(StructuralCache.CurrentFormatContext.
FinitePage
);
MS\Internal\PtsHost\FloaterParagraph.cs (1)
203
if (!StructuralCache.CurrentFormatContext.
FinitePage
)
MS\Internal\PtsHost\Line.cs (1)
352
if (!_paraClient.Paragraph.StructuralCache.CurrentFormatContext.
FinitePage
)
MS\Internal\PtsHost\OptimalTextSource.cs (1)
226
if (!_paraClient.Paragraph.StructuralCache.CurrentFormatContext.
FinitePage
)
MS\Internal\PtsHost\Section.cs (2)
219
bool enableColumns = _structuralCache.CurrentFormatContext.
FinitePage
;
361
bool enableColumns = _structuralCache.CurrentFormatContext.
FinitePage
;
MS\Internal\PtsHost\TableParagraph.cs (1)
90
if (suppressTopSpace && (StructuralCache.CurrentFormatContext.
FinitePage
|| mcs == null))
MS\Internal\PtsHost\TextParagraph.cs (3)
275
if (StructuralCache.CurrentFormatContext.
FinitePage
)
801
if (!StructuralCache.CurrentFormatContext.
FinitePage
)
946
if(textElement is Figure && StructuralCache.CurrentFormatContext.
FinitePage
)
MS\Internal\PtsHost\UIElementParagraph.cs (3)
400
if (StructuralCache.CurrentFormatContext.
FinitePage
)
430
if (StructuralCache.CurrentFormatContext.
FinitePage
)
533
if (!StructuralCache.CurrentFormatContext.
FinitePage
&& !figure.Height.IsAbsolute)