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)
116
_keyTipControl.
BorderBrush
= ribbon.BorderBrush;
5 references to BorderBrush
System.Windows.Controls.Ribbon (5)
Microsoft\Windows\Controls\KeyTipAdorner.cs (1)
116
_keyTipControl.BorderBrush = ribbon.
BorderBrush
;
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonContextualTabGroupsPanel.cs (2)
239
if (ribbon != null && ribbon.
BorderBrush
!= null)
241
Brush b = ribbon.
BorderBrush
.Clone();
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTabHeadersPanel.cs (2)
336
if (ribbon != null && ribbon.
BorderBrush
!= null)
338
Brush b = ribbon.
BorderBrush
.Clone();