7 references to SetCheckedBackground
System.Windows.Controls.Ribbon (7)
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
375set { RibbonControlService.SetCheckedBackground(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (1)
593set { RibbonControlService.SetCheckedBackground(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
468set { RibbonControlService.SetCheckedBackground(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
390set { RibbonControlService.SetCheckedBackground(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonSplitButton.cs (1)
97set { RibbonControlService.SetCheckedBackground(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonTabHeader.cs (1)
243set { RibbonControlService.SetCheckedBackground(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
397set { RibbonControlService.SetCheckedBackground(this, value); }