7 references to GetCheckedBackground
System.Windows.Controls.Ribbon (7)
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
376get { return RibbonControlService.GetCheckedBackground(this); }
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (1)
594get { return RibbonControlService.GetCheckedBackground(this); }
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
470get { return RibbonControlService.GetCheckedBackground(this); }
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
391get { return RibbonControlService.GetCheckedBackground(this); }
Microsoft\Windows\Controls\Ribbon\RibbonSplitButton.cs (1)
98get { return RibbonControlService.GetCheckedBackground(this); }
Microsoft\Windows\Controls\Ribbon\RibbonTabHeader.cs (1)
244get { return RibbonControlService.GetCheckedBackground(this); }
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
398get { return RibbonControlService.GetCheckedBackground(this); }