7 references to SetFocusedBorderBrush
System.Windows.Controls.Ribbon (7)
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
402set { RibbonControlService.SetFocusedBorderBrush(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
419set { RibbonControlService.SetFocusedBorderBrush(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
408set { RibbonControlService.SetFocusedBorderBrush(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
435set { RibbonControlService.SetFocusedBorderBrush(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonTabHeader.cs (1)
227set { RibbonControlService.SetFocusedBorderBrush(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
556set { RibbonControlService.SetFocusedBorderBrush(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
442set { RibbonControlService.SetFocusedBorderBrush(this, value); }