1 write to Background
PresentationFramework (1)
MS\Internal\Documents\DocumentGrid.cs (1)
1682_documentGridBackground.Background = Brushes.Transparent;
9 references to Background
PresentationFramework (3)
System\Windows\Controls\Border.cs (3)
183/// DependencyProperty for <see cref="Background" /> property. 384&& (brush = Background) != null ) 564Brush 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);