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)
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)
243if (ribbon != null && ribbon.BorderBrush != null) 245Brush b = ribbon.BorderBrush.Clone();
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTabHeadersPanel.cs (2)
337if (ribbon != null && ribbon.BorderBrush != null) 339Brush b = ribbon.BorderBrush.Clone();