3 writes to Background
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
InlineDiagnostics\InlineDiagnosticsTag.cs (1)
96Background = Brushes.Transparent,
InlineHints\InlineHintsTag.cs (1)
166Background = format.BackgroundBrush,
PresentationFramework (1)
MS\Internal\Documents\DocumentGrid.cs (1)
1675_documentGridBackground.Background = Brushes.Transparent;
9 references to Background
PresentationFramework (3)
System\Windows\Controls\Border.cs (3)
179/// DependencyProperty for <see cref="Background" /> property. 380&& (brush = Background) != null ) 560Brush background = Background;
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);