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)
123
_keyTipControl.
BorderBrush
= ribbon.BorderBrush;
5 references to BorderBrush
System.Windows.Controls.Ribbon (5)
Microsoft\Windows\Controls\KeyTipAdorner.cs (1)
123
_keyTipControl.BorderBrush = ribbon.
BorderBrush
;
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonContextualTabGroupsPanel.cs (2)
248
if (ribbon != null && ribbon.
BorderBrush
!= null)
250
Brush b = ribbon.
BorderBrush
.Clone();
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTabHeadersPanel.cs (2)
340
if (ribbon != null && ribbon.
BorderBrush
!= null)
342
Brush b = ribbon.
BorderBrush
.Clone();