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