3 writes to fBreakColumnBefore
PresentationFramework (3)
src\Framework\MS\Internal\PtsHost\BaseParagraph.cs (1)
232
fspap.
fBreakColumnBefore
= _element is Block ? PTS.FromBoolean(((Block)_element).BreakColumnBefore) : PTS.FromBoolean(false);
src\Framework\MS\Internal\PtsHost\TableParagraph.cs (1)
135
fspap.
fBreakColumnBefore
= PTS.False;
src\Framework\MS\Internal\PtsHost\TextParagraph.cs (1)
122
fspap.
fBreakColumnBefore
= PTS.False;