2 references to PressedBorderBrushProperty
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (2)
504get { return (Brush)GetValue(PressedBorderBrushProperty); } 505set { SetValue(PressedBorderBrushProperty, value); }