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