7 references to GetCheckedBackground
System.Windows.Controls.Ribbon (7)
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
373get { return RibbonControlService.GetCheckedBackground(this); }
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (1)
591get { return RibbonControlService.GetCheckedBackground(this); }
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
466get { return RibbonControlService.GetCheckedBackground(this); }
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
388get { return RibbonControlService.GetCheckedBackground(this); }
Microsoft\Windows\Controls\Ribbon\RibbonSplitButton.cs (1)
95get { return RibbonControlService.GetCheckedBackground(this); }
Microsoft\Windows\Controls\Ribbon\RibbonTabHeader.cs (1)
241get { return RibbonControlService.GetCheckedBackground(this); }
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
395get { return RibbonControlService.GetCheckedBackground(this); }