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