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