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