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