4 writes to BorderBrush
Microsoft.CodeAnalysis.EditorFeatures.Wpf (3)
InlineDiagnostics\InlineDiagnosticsTag.cs (2)
94BorderBrush = format.BackgroundBrush, 182border.BorderBrush = format.BackgroundBrush;
LineSeparators\LineSeparatorTag.cs (1)
40BorderBrush = GetBrush(view),
Microsoft.VisualStudio.LanguageServices.CSharp (1)
SemanticSearch\SemanticSearchToolWindowImpl.cs (1)
239BorderBrush = (Brush)Application.Current.Resources[EnvironmentColors.SystemHighlightBrushKey],
10 references to BorderBrush
PresentationFramework (4)
System\Windows\Controls\Border.cs (4)
167/// DependencyProperty for <see cref="BorderBrush" /> property. 278Brush borderBrush = BorderBrush; 373&& (brush = BorderBrush) != null ) 398&& (borderBrush = BorderBrush) != null)
PresentationFramework.Aero (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
128return (Background != null) || (BorderBrush != null);
PresentationFramework.Aero2 (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
128return (Background != null) || (BorderBrush != null);
PresentationFramework.AeroLite (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
128return (Background != null) || (BorderBrush != null);
PresentationFramework.Classic (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
128return (Background != null) || (BorderBrush != null);
PresentationFramework.Luna (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
128return (Background != null) || (BorderBrush != null);
PresentationFramework.Royale (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
128return (Background != null) || (BorderBrush != null);