7 references to GetPressedBackground
System.Windows.Controls.Ribbon (7)
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
372get { return RibbonControlService.GetPressedBackground(this); }
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
359get { return RibbonControlService.GetPressedBackground(this); }
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (1)
577get { return RibbonControlService.GetPressedBackground(this); }
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
378get { return RibbonControlService.GetPressedBackground(this); }
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
452get { return RibbonControlService.GetPressedBackground(this); }
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
374get { return RibbonControlService.GetPressedBackground(this); }
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
381get { return RibbonControlService.GetPressedBackground(this); }