7 references to GetPressedBackground
System.Windows.Controls.Ribbon (7)
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
375get { return RibbonControlService.GetPressedBackground(this); }
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
361get { return RibbonControlService.GetPressedBackground(this); }
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (1)
579get { return RibbonControlService.GetPressedBackground(this); }
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
381get { return RibbonControlService.GetPressedBackground(this); }
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
455get { return RibbonControlService.GetPressedBackground(this); }
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
376get { return RibbonControlService.GetPressedBackground(this); }
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
383get { return RibbonControlService.GetPressedBackground(this); }