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