3 writes to fBreakPageBefore
PresentationFramework (3)
MS\Internal\PtsHost\BaseParagraph.cs (1)
226fspap.fBreakPageBefore = _element is Block ? PTS.FromBoolean(StructuralCache.CurrentFormatContext.FinitePage && ((Block)_element).BreakPageBefore) : PTS.FromBoolean(false);
MS\Internal\PtsHost\TableParagraph.cs (1)
130fspap.fBreakPageBefore = PTS.False;
MS\Internal\PtsHost\TextParagraph.cs (1)
117fspap.fBreakPageBefore = PTS.False;