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