3 references to ColumnRuleBrushProperty
PresentationFramework (3)
MS\Internal\PtsHost\ColumnPropertiesGroup.cs (1)
31
_columnRuleBrush = (Brush)o.GetValue(FlowDocument.
ColumnRuleBrushProperty
);
System\Windows\Documents\FlowDocument.cs (2)
507
get { return (Brush)GetValue(
ColumnRuleBrushProperty
); }
508
set { SetValue(
ColumnRuleBrushProperty
, value); }