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)
92
errorGrid.
Background
= Brushes.Red;
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemPresenter.cs (3)
82
this.contentGrid.
Background
= Brushes.Transparent;
93
this.containerGrid.
Background
= Brushes.Transparent;
1122
this.wfItemPresenter.containerGrid.
Background
= Brushes.Transparent;
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (1)
84
hintTextGrid.
Background
= Brushes.Transparent;
4 references to Background
PresentationFramework (4)
src\Framework\System\Windows\Controls\DataGridColumnFloatingHeader.cs (2)
49
VisualBrush brush = header._visualBrushCanvas.
Background
as VisualBrush;
76
VisualBrush brush = header._visualBrushCanvas.
Background
as VisualBrush;
src\Framework\System\Windows\Controls\Panel.cs (2)
68
Brush background =
Background
;
141
/// DependencyProperty for <see cref="
Background
" /> property.