5 references to ColumnRuleWidth
PresentationFramework (5)
MS\Internal\PtsHost\FigureHelper.cs (1)
237rule = columnProperties.ColumnRuleWidth;
MS\Internal\PtsHost\PtsHelper.cs (3)
806double rule = columnProperties.ColumnRuleWidth; 849double rule = columnProperties.ColumnRuleWidth; 903double rule = columnProperties.ColumnRuleWidth;
MS\Internal\PtsHost\SectionVisual.cs (1)
43double ruleWidth = columnProperties.ColumnRuleWidth;