17 references to FinitePage
PresentationFramework (17)
MS\Internal\PtsHost\BaseParagraph.cs (1)
223fspap.fBreakPageBefore = _element is Block ? PTS.FromBoolean(StructuralCache.CurrentFormatContext.FinitePage && ((Block)_element).BreakPageBefore) : PTS.FromBoolean(false);
MS\Internal\PtsHost\ContainerParagraph.cs (3)
112if (!StructuralCache.CurrentFormatContext.FinitePage) 346Debug.Assert(StructuralCache.CurrentFormatContext.FinitePage || _ur != null); // For bottomless case UpdateRecord needs to be created in UpdGetFirstChangeInSegment. 349if (StructuralCache.CurrentFormatContext.FinitePage)
MS\Internal\PtsHost\FigureParagraph.cs (1)
117Invariant.Assert(StructuralCache.CurrentFormatContext.FinitePage);
MS\Internal\PtsHost\FloaterParagraph.cs (1)
202if (!StructuralCache.CurrentFormatContext.FinitePage)
MS\Internal\PtsHost\Line.cs (1)
348if (!_paraClient.Paragraph.StructuralCache.CurrentFormatContext.FinitePage)
MS\Internal\PtsHost\OptimalTextSource.cs (1)
225if (!_paraClient.Paragraph.StructuralCache.CurrentFormatContext.FinitePage)
MS\Internal\PtsHost\Section.cs (2)
218bool enableColumns = _structuralCache.CurrentFormatContext.FinitePage; 360bool enableColumns = _structuralCache.CurrentFormatContext.FinitePage;
MS\Internal\PtsHost\TableParagraph.cs (1)
89if (suppressTopSpace && (StructuralCache.CurrentFormatContext.FinitePage || mcs == null))
MS\Internal\PtsHost\TextParagraph.cs (3)
274if (StructuralCache.CurrentFormatContext.FinitePage) 800if (!StructuralCache.CurrentFormatContext.FinitePage) 945if(textElement is Figure && StructuralCache.CurrentFormatContext.FinitePage)
MS\Internal\PtsHost\UIElementParagraph.cs (3)
396if (StructuralCache.CurrentFormatContext.FinitePage) 426if (StructuralCache.CurrentFormatContext.FinitePage) 529if (!StructuralCache.CurrentFormatContext.FinitePage && !figure.Height.IsAbsolute)