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)
487
get { return (double)GetValue(
ColumnRuleWidthProperty
); }
488
set { SetValue(
ColumnRuleWidthProperty
, value); }