17 references to FinitePage
PresentationFramework (17)
MS\Internal\PtsHost\BaseParagraph.cs (1)
224fspap.fBreakPageBefore = _element is Block ? PTS.FromBoolean(StructuralCache.CurrentFormatContext.FinitePage && ((Block)_element).BreakPageBefore) : PTS.FromBoolean(false);
MS\Internal\PtsHost\ContainerParagraph.cs (3)
126if (!StructuralCache.CurrentFormatContext.FinitePage) 360Debug.Assert(StructuralCache.CurrentFormatContext.FinitePage || _ur != null); // For bottomless case UpdateRecord needs to be created in UpdGetFirstChangeInSegment. 363if (StructuralCache.CurrentFormatContext.FinitePage)
MS\Internal\PtsHost\FigureParagraph.cs (1)
123Invariant.Assert(StructuralCache.CurrentFormatContext.FinitePage);
MS\Internal\PtsHost\FloaterParagraph.cs (1)
206if (!StructuralCache.CurrentFormatContext.FinitePage)
MS\Internal\PtsHost\Line.cs (1)
360if (!_paraClient.Paragraph.StructuralCache.CurrentFormatContext.FinitePage)
MS\Internal\PtsHost\OptimalTextSource.cs (1)
234if (!_paraClient.Paragraph.StructuralCache.CurrentFormatContext.FinitePage)
MS\Internal\PtsHost\Section.cs (2)
219bool enableColumns = _structuralCache.CurrentFormatContext.FinitePage; 361bool enableColumns = _structuralCache.CurrentFormatContext.FinitePage;
MS\Internal\PtsHost\TableParagraph.cs (1)
94if (suppressTopSpace && (StructuralCache.CurrentFormatContext.FinitePage || mcs == null))
MS\Internal\PtsHost\TextParagraph.cs (3)
286if (StructuralCache.CurrentFormatContext.FinitePage) 817if (!StructuralCache.CurrentFormatContext.FinitePage) 962if(textElement is Figure && StructuralCache.CurrentFormatContext.FinitePage)
MS\Internal\PtsHost\UIElementParagraph.cs (3)
393if (StructuralCache.CurrentFormatContext.FinitePage) 421if (StructuralCache.CurrentFormatContext.FinitePage) 522if (!StructuralCache.CurrentFormatContext.FinitePage && !figure.Height.IsAbsolute)