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