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