5 writes to Background
Microsoft.VisualStudio.LanguageServices (1)
PreviewPane\PreviewPane.xaml.cs (1)
235
PreviewDockPanel.
Background
= viewer.InlineView.Background;
PresentationFramework (2)
System\Windows\Controls\DataGridColumnFloatingHeader.cs (1)
147
_visualBrushCanvas.
Background
= visualBrush;
System\Windows\Controls\GridViewColumnHeader.cs (1)
836
_floatingHeaderCanvas.
Background
= visualBrush;
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHostPropertyMap.cs (2)
71
host.HostContainerInternal.
Background
= new SWM.ImageBrush(Convert.ToSystemWindowsMediaImagingBitmapImage(parentBitmap));
79
host.HostContainerInternal.
Background
= new SWM.ImageBrush(Convert.ToSystemWindowsMediaImagingBitmapImage(elementHostBitmap));
7 references to Background
PresentationFramework (6)
System\Windows\Controls\DataGridColumnFloatingHeader.cs (3)
43
VisualBrush brush = header._visualBrushCanvas.
Background
as VisualBrush;
70
VisualBrush brush = header._visualBrushCanvas.
Background
as VisualBrush;
154
_visualBrushCanvas?.
Background
= null;
System\Windows\Controls\GridViewColumnHeader.cs (1)
397
_floatingHeaderCanvas?.
Background
= null;
System\Windows\Controls\Panel.cs (2)
59
Brush background =
Background
;
129
/// DependencyProperty for <see cref="
Background
" /> property.
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
1036
_findToolBar.Background = ToolBar.
Background
;