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