3 writes to BorderBrush
Microsoft.VisualStudio.LanguageServices (2)
InheritanceMargin\MarginGlyph\InheritanceMarginGlyph.cs (2)
58BorderBrush = Brushes.Transparent; 200this.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)
248if (ribbon != null && ribbon.BorderBrush != null) 250Brush b = ribbon.BorderBrush.Clone();
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTabHeadersPanel.cs (2)
340if (ribbon != null && ribbon.BorderBrush != null) 342Brush b = ribbon.BorderBrush.Clone();