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