9 writes to Background
PresentationFramework (4)
src\Framework\System\Windows\Controls\DataGridColumnFloatingHeader.cs (2)
152_visualBrushCanvas.Background = visualBrush; 161_visualBrushCanvas.Background = null;
src\Framework\System\Windows\Controls\GridViewColumnHeader.cs (2)
410_floatingHeaderCanvas.Background = null; 889_floatingHeaderCanvas.Background = visualBrush;
System.Activities.Presentation (5)
System.Activities.Presentation\System\Activities\Presentation\View\WorkflowViewService.cs (1)
92errorGrid.Background = Brushes.Red;
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemPresenter.cs (3)
82this.contentGrid.Background = Brushes.Transparent; 93this.containerGrid.Background = Brushes.Transparent; 1122this.wfItemPresenter.containerGrid.Background = Brushes.Transparent;
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (1)
84hintTextGrid.Background = Brushes.Transparent;
4 references to Background
PresentationFramework (4)
src\Framework\System\Windows\Controls\DataGridColumnFloatingHeader.cs (2)
49VisualBrush brush = header._visualBrushCanvas.Background as VisualBrush; 76VisualBrush brush = header._visualBrushCanvas.Background as VisualBrush;
src\Framework\System\Windows\Controls\Panel.cs (2)
68Brush background = Background; 141/// DependencyProperty for <see cref="Background" /> property.