5 references to ColumnRuleWidth
PresentationFramework (5)
src\Framework\MS\Internal\PtsHost\FigureHelper.cs (1)
251
rule = columnProperties.
ColumnRuleWidth
;
src\Framework\MS\Internal\PtsHost\PtsHelper.cs (3)
913
double rule = columnProperties.
ColumnRuleWidth
;
956
double rule = columnProperties.
ColumnRuleWidth
;
1014
double rule = columnProperties.
ColumnRuleWidth
;
src\Framework\MS\Internal\PtsHost\SectionVisual.cs (1)
49
double ruleWidth = columnProperties.
ColumnRuleWidth
;