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