7 references to SetFocusedBackground
System.Windows.Controls.Ribbon (7)
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
388set { RibbonControlService.SetFocusedBackground(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
405set { RibbonControlService.SetFocusedBackground(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
394set { RibbonControlService.SetFocusedBackground(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
421set { RibbonControlService.SetFocusedBackground(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonTabHeader.cs (1)
213set { RibbonControlService.SetFocusedBackground(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
542set { RibbonControlService.SetFocusedBackground(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
428set { RibbonControlService.SetFocusedBackground(this, value); }