7 references to GetFocusedBorderBrush
System.Windows.Controls.Ribbon (7)
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
405get { return RibbonControlService.GetFocusedBorderBrush(this); }
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
421get { return RibbonControlService.GetFocusedBorderBrush(this); }
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
411get { return RibbonControlService.GetFocusedBorderBrush(this); }
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
437get { return RibbonControlService.GetFocusedBorderBrush(this); }
Microsoft\Windows\Controls\Ribbon\RibbonTabHeader.cs (1)
229get { return RibbonControlService.GetFocusedBorderBrush(this); }
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
558get { return RibbonControlService.GetFocusedBorderBrush(this); }
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
444get { return RibbonControlService.GetFocusedBorderBrush(this); }