7 references to SetCheckedBackground
System.Windows.Controls.Ribbon (7)
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
377set { RibbonControlService.SetCheckedBackground(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (1)
595set { RibbonControlService.SetCheckedBackground(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
471set { RibbonControlService.SetCheckedBackground(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
392set { RibbonControlService.SetCheckedBackground(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonSplitButton.cs (1)
99set { RibbonControlService.SetCheckedBackground(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonTabHeader.cs (1)
245set { RibbonControlService.SetCheckedBackground(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
399set { RibbonControlService.SetCheckedBackground(this, value); }