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