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)
113if (!StructuralCache.CurrentFormatContext.FinitePage) 347Debug.Assert(StructuralCache.CurrentFormatContext.FinitePage || _ur != null); // For bottomless case UpdateRecord needs to be created in UpdGetFirstChangeInSegment. 350if (StructuralCache.CurrentFormatContext.FinitePage)
MS\Internal\PtsHost\FigureParagraph.cs (1)
118Invariant.Assert(StructuralCache.CurrentFormatContext.FinitePage);
MS\Internal\PtsHost\FloaterParagraph.cs (1)
203if (!StructuralCache.CurrentFormatContext.FinitePage)
MS\Internal\PtsHost\Line.cs (1)
352if (!_paraClient.Paragraph.StructuralCache.CurrentFormatContext.FinitePage)
MS\Internal\PtsHost\OptimalTextSource.cs (1)
226if (!_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)
90if (suppressTopSpace && (StructuralCache.CurrentFormatContext.FinitePage || mcs == null))
MS\Internal\PtsHost\TextParagraph.cs (3)
275if (StructuralCache.CurrentFormatContext.FinitePage) 801if (!StructuralCache.CurrentFormatContext.FinitePage) 946if(textElement is Figure && StructuralCache.CurrentFormatContext.FinitePage)
MS\Internal\PtsHost\UIElementParagraph.cs (3)
400if (StructuralCache.CurrentFormatContext.FinitePage) 430if (StructuralCache.CurrentFormatContext.FinitePage) 533if (!StructuralCache.CurrentFormatContext.FinitePage && !figure.Height.IsAbsolute)