7 references to SetFocusedBorderBrush
System.Windows.Controls.Ribbon (7)
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
403set { RibbonControlService.SetFocusedBorderBrush(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
420set { RibbonControlService.SetFocusedBorderBrush(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
409set { RibbonControlService.SetFocusedBorderBrush(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
436set { RibbonControlService.SetFocusedBorderBrush(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonTabHeader.cs (1)
228set { RibbonControlService.SetFocusedBorderBrush(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
557set { RibbonControlService.SetFocusedBorderBrush(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
443set { RibbonControlService.SetFocusedBorderBrush(this, value); }