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