7 references to SetFocusedBackground
System.Windows.Controls.Ribbon (7)
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
387set { RibbonControlService.SetFocusedBackground(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
404set { RibbonControlService.SetFocusedBackground(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
393set { RibbonControlService.SetFocusedBackground(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
420set { RibbonControlService.SetFocusedBackground(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonTabHeader.cs (1)
212set { RibbonControlService.SetFocusedBackground(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
541set { RibbonControlService.SetFocusedBackground(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
427set { RibbonControlService.SetFocusedBackground(this, value); }