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