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