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