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