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