3 references to ColumnRuleWidthProperty
PresentationFramework (3)
src\Framework\MS\Internal\PtsHost\ColumnPropertiesGroup.cs (1)
38_columnRuleWidth = (double)o.GetValue(FlowDocument.ColumnRuleWidthProperty);
src\Framework\System\Windows\Documents\FlowDocument.cs (2)
495get { return (double)GetValue(ColumnRuleWidthProperty); } 496set { SetValue(ColumnRuleWidthProperty, value); }