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