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)
147
_visualBrushCanvas.
Background
= visualBrush;
156
_visualBrushCanvas.
Background
= null;
System\Windows\Controls\GridViewColumnHeader.cs (2)
403
_floatingHeaderCanvas.
Background
= null;
852
_floatingHeaderCanvas.
Background
= visualBrush;
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHostPropertyMap.cs (2)
74
host.HostContainerInternal.
Background
= new SWM.ImageBrush(Convert.ToSystemWindowsMediaImagingBitmapImage(parentBitmap));
82
host.HostContainerInternal.
Background
= new SWM.ImageBrush(Convert.ToSystemWindowsMediaImagingBitmapImage(elementHostBitmap));
5 references to Background
PresentationFramework (4)
System\Windows\Controls\DataGridColumnFloatingHeader.cs (2)
44
VisualBrush brush = header._visualBrushCanvas.
Background
as VisualBrush;
71
VisualBrush brush = header._visualBrushCanvas.
Background
as VisualBrush;
System\Windows\Controls\Panel.cs (2)
60
Brush background =
Background
;
130
/// DependencyProperty for <see cref="
Background
" /> property.
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
1036
_findToolBar.Background = ToolBar.
Background
;