7 references to GetPressedBorderBrush
System.Windows.Controls.Ribbon (7)
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
357get { return RibbonControlService.GetPressedBorderBrush(this); }
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
344get { return RibbonControlService.GetPressedBorderBrush(this); }
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (1)
562get { return RibbonControlService.GetPressedBorderBrush(this); }
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
363get { return RibbonControlService.GetPressedBorderBrush(this); }
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
437get { return RibbonControlService.GetPressedBorderBrush(this); }
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
359get { return RibbonControlService.GetPressedBorderBrush(this); }
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
366get { return RibbonControlService.GetPressedBorderBrush(this); }