7 writes to Background
Microsoft.VisualStudio.LanguageServices (1)
PreviewPane\PreviewPane.xaml.cs (1)
234
PreviewDockPanel.
Background
= viewer.InlineView.Background;
PresentationFramework (4)
System\Windows\Controls\DataGridColumnFloatingHeader.cs (2)
151
_visualBrushCanvas.
Background
= visualBrush;
160
_visualBrushCanvas.
Background
= null;
System\Windows\Controls\GridViewColumnHeader.cs (2)
407
_floatingHeaderCanvas.
Background
= null;
856
_floatingHeaderCanvas.
Background
= visualBrush;
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHostPropertyMap.cs (2)
76
host.HostContainerInternal.
Background
= new SWM.ImageBrush(Convert.ToSystemWindowsMediaImagingBitmapImage(parentBitmap));
84
host.HostContainerInternal.
Background
= new SWM.ImageBrush(Convert.ToSystemWindowsMediaImagingBitmapImage(elementHostBitmap));
5 references to Background
PresentationFramework (4)
System\Windows\Controls\DataGridColumnFloatingHeader.cs (2)
48
VisualBrush brush = header._visualBrushCanvas.
Background
as VisualBrush;
75
VisualBrush brush = header._visualBrushCanvas.
Background
as VisualBrush;
System\Windows\Controls\Panel.cs (2)
67
Brush background =
Background
;
137
/// DependencyProperty for <see cref="
Background
" /> property.
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
1043
_findToolBar.Background = ToolBar.
Background
;