7 references to SetFocusedBackground
System.Windows.Controls.Ribbon (7)
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
391set { RibbonControlService.SetFocusedBackground(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
407set { RibbonControlService.SetFocusedBackground(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
397set { RibbonControlService.SetFocusedBackground(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
423set { RibbonControlService.SetFocusedBackground(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonTabHeader.cs (1)
215set { RibbonControlService.SetFocusedBackground(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
544set { RibbonControlService.SetFocusedBackground(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
430set { RibbonControlService.SetFocusedBackground(this, value); }