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