3 writes to fBreakColumnBefore
PresentationFramework (3)
MS\Internal\PtsHost\BaseParagraph.cs (1)
228fspap.fBreakColumnBefore = _element is Block ? PTS.FromBoolean(((Block)_element).BreakColumnBefore) : PTS.FromBoolean(false);
MS\Internal\PtsHost\TableParagraph.cs (1)
131fspap.fBreakColumnBefore = PTS.False;
MS\Internal\PtsHost\TextParagraph.cs (1)
118fspap.fBreakColumnBefore = PTS.False;