3 writes to fBreakPageBefore
PresentationFramework (3)
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\TableParagraph.cs (1)
134fspap.fBreakPageBefore = PTS.False;
src\Framework\MS\Internal\PtsHost\TextParagraph.cs (1)
121fspap.fBreakPageBefore = PTS.False;