17 references to FinitePage
PresentationFramework (17)
src\Framework\MS\Internal\PtsHost\BaseParagraph.cs (1)
230fspap.fBreakPageBefore = _element is Block ? PTS.FromBoolean(StructuralCache.CurrentFormatContext.FinitePage && ((Block)_element).BreakPageBefore) : PTS.FromBoolean(false);
src\Framework\MS\Internal\PtsHost\ContainerParagraph.cs (3)
135if (!StructuralCache.CurrentFormatContext.FinitePage) 370Debug.Assert(StructuralCache.CurrentFormatContext.FinitePage || _ur != null); // For bottomless case UpdateRecord needs to be created in UpdGetFirstChangeInSegment. 373if (StructuralCache.CurrentFormatContext.FinitePage)
src\Framework\MS\Internal\PtsHost\FigureParagraph.cs (1)
139Invariant.Assert(StructuralCache.CurrentFormatContext.FinitePage);
src\Framework\MS\Internal\PtsHost\FloaterParagraph.cs (1)
218if (!StructuralCache.CurrentFormatContext.FinitePage)
src\Framework\MS\Internal\PtsHost\Line.cs (1)
369if (!_paraClient.Paragraph.StructuralCache.CurrentFormatContext.FinitePage)
src\Framework\MS\Internal\PtsHost\OptimalTextSource.cs (1)
245if (!_paraClient.Paragraph.StructuralCache.CurrentFormatContext.FinitePage)
src\Framework\MS\Internal\PtsHost\Section.cs (2)
230bool enableColumns = _structuralCache.CurrentFormatContext.FinitePage; 378bool enableColumns = _structuralCache.CurrentFormatContext.FinitePage;
src\Framework\MS\Internal\PtsHost\TableParagraph.cs (1)
106if (suppressTopSpace && (StructuralCache.CurrentFormatContext.FinitePage || mcs == null))
src\Framework\MS\Internal\PtsHost\TextParagraph.cs (3)
299if (StructuralCache.CurrentFormatContext.FinitePage) 831if (!StructuralCache.CurrentFormatContext.FinitePage) 977if(textElement is Figure && StructuralCache.CurrentFormatContext.FinitePage)
src\Framework\MS\Internal\PtsHost\UIElementParagraph.cs (3)
395if (StructuralCache.CurrentFormatContext.FinitePage) 423if (StructuralCache.CurrentFormatContext.FinitePage) 524if (!StructuralCache.CurrentFormatContext.FinitePage && !figure.Height.IsAbsolute)