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