5 writes to Background
PresentationFramework (3)
src\Framework\MS\Internal\Documents\DocumentGrid.cs (1)
1713_documentGridBackground.Background = Brushes.Transparent;
src\Framework\MS\Internal\Documents\DocumentGridPage.cs (2)
256_pageBorder.Background = Brushes.White; 263_pageBorder.Background = Brushes.Transparent;
System.Activities.Core.Presentation (1)
System\Activities\Core\Presentation\FlowchartExpressionAdorner.cs (1)
34Background = new SolidColorBrush(Colors.White),
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\SearchToolTipAdorner.cs (1)
24Background = new SolidColorBrush(WorkflowDesignerColors.DesignerViewBackgroundColor),
7 references to Background
PresentationFramework (3)
src\Framework\System\Windows\Controls\Border.cs (3)
190/// DependencyProperty for <see cref="Background" /> property. 391&& (brush = Background) != null ) 573Brush background = Background;
PresentationFramework.Aero (1)
parent\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
130return (Background != null) || (BorderBrush != null);
PresentationFramework.Classic (1)
parent\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
130return (Background != null) || (BorderBrush != null);
PresentationFramework.Luna (1)
parent\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
130return (Background != null) || (BorderBrush != null);
PresentationFramework.Royale (1)
parent\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
130return (Background != null) || (BorderBrush != null);