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