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)
126
if (!StructuralCache.CurrentFormatContext.
FinitePage
)
360
Debug.Assert(StructuralCache.CurrentFormatContext.
FinitePage
|| _ur != null); // For bottomless case UpdateRecord needs to be created in UpdGetFirstChangeInSegment.
363
if (StructuralCache.CurrentFormatContext.
FinitePage
)
MS\Internal\PtsHost\FigureParagraph.cs (1)
123
Invariant.Assert(StructuralCache.CurrentFormatContext.
FinitePage
);
MS\Internal\PtsHost\FloaterParagraph.cs (1)
206
if (!StructuralCache.CurrentFormatContext.
FinitePage
)
MS\Internal\PtsHost\Line.cs (1)
360
if (!_paraClient.Paragraph.StructuralCache.CurrentFormatContext.
FinitePage
)
MS\Internal\PtsHost\OptimalTextSource.cs (1)
234
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)
94
if (suppressTopSpace && (StructuralCache.CurrentFormatContext.
FinitePage
|| mcs == null))
MS\Internal\PtsHost\TextParagraph.cs (3)
286
if (StructuralCache.CurrentFormatContext.
FinitePage
)
817
if (!StructuralCache.CurrentFormatContext.
FinitePage
)
962
if(textElement is Figure && StructuralCache.CurrentFormatContext.
FinitePage
)
MS\Internal\PtsHost\UIElementParagraph.cs (3)
393
if (StructuralCache.CurrentFormatContext.
FinitePage
)
421
if (StructuralCache.CurrentFormatContext.
FinitePage
)
522
if (!StructuralCache.CurrentFormatContext.
FinitePage
&& !figure.Height.IsAbsolute)