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