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