7 references to SetPressedBackground
System.Windows.Controls.Ribbon (7)
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
373set { RibbonControlService.SetPressedBackground(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
360set { RibbonControlService.SetPressedBackground(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (1)
578set { RibbonControlService.SetPressedBackground(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
379set { RibbonControlService.SetPressedBackground(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
453set { RibbonControlService.SetPressedBackground(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
375set { RibbonControlService.SetPressedBackground(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
382set { RibbonControlService.SetPressedBackground(this, value); }