3 writes to BorderBrush
Microsoft.VisualStudio.LanguageServices (2)
InheritanceMargin\MarginGlyph\InheritanceMarginGlyph.cs (2)
58
BorderBrush
= Brushes.Transparent;
200
this.
BorderBrush
= Brushes.Transparent;
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\KeyTipAdorner.cs (1)
120
_keyTipControl.
BorderBrush
= ribbon.BorderBrush;
5 references to BorderBrush
System.Windows.Controls.Ribbon (5)
Microsoft\Windows\Controls\KeyTipAdorner.cs (1)
120
_keyTipControl.BorderBrush = ribbon.
BorderBrush
;
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonContextualTabGroupsPanel.cs (2)
243
if (ribbon != null && ribbon.
BorderBrush
!= null)
245
Brush b = ribbon.
BorderBrush
.Clone();
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTabHeadersPanel.cs (2)
337
if (ribbon != null && ribbon.
BorderBrush
!= null)
339
Brush b = ribbon.
BorderBrush
.Clone();