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