7 references to SetPressedBackground
System.Windows.Controls.Ribbon (7)
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
376set { RibbonControlService.SetPressedBackground(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
362set { RibbonControlService.SetPressedBackground(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (1)
580set { RibbonControlService.SetPressedBackground(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
382set { RibbonControlService.SetPressedBackground(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
456set { RibbonControlService.SetPressedBackground(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
377set { RibbonControlService.SetPressedBackground(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
384set { RibbonControlService.SetPressedBackground(this, value); }