7 references to SetCheckedBackground
System.Windows.Controls.Ribbon (7)
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
374set { RibbonControlService.SetCheckedBackground(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (1)
592set { RibbonControlService.SetCheckedBackground(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
467set { RibbonControlService.SetCheckedBackground(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
389set { RibbonControlService.SetCheckedBackground(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonSplitButton.cs (1)
96set { RibbonControlService.SetCheckedBackground(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonTabHeader.cs (1)
242set { RibbonControlService.SetCheckedBackground(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
396set { RibbonControlService.SetCheckedBackground(this, value); }