7 references to GetCheckedBorderBrush
System.Windows.Controls.Ribbon (7)
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
391get { return RibbonControlService.GetCheckedBorderBrush(this); }
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (1)
609get { return RibbonControlService.GetCheckedBorderBrush(this); }
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
485get { return RibbonControlService.GetCheckedBorderBrush(this); }
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
406get { return RibbonControlService.GetCheckedBorderBrush(this); }
Microsoft\Windows\Controls\Ribbon\RibbonSplitButton.cs (1)
113get { return RibbonControlService.GetCheckedBorderBrush(this); }
Microsoft\Windows\Controls\Ribbon\RibbonTabHeader.cs (1)
259get { return RibbonControlService.GetCheckedBorderBrush(this); }
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
413get { return RibbonControlService.GetCheckedBorderBrush(this); }