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