7 writes to Background
Microsoft.VisualStudio.LanguageServices (1)
PreviewPane\PreviewPane.xaml.cs (1)
234PreviewDockPanel.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)
74host.HostContainerInternal.Background = new SWM.ImageBrush(Convert.ToSystemWindowsMediaImagingBitmapImage(parentBitmap)); 82host.HostContainerInternal.Background = new SWM.ImageBrush(Convert.ToSystemWindowsMediaImagingBitmapImage(elementHostBitmap));
5 references to Background
PresentationFramework (4)
System\Windows\Controls\DataGridColumnFloatingHeader.cs (2)
44VisualBrush brush = header._visualBrushCanvas.Background as VisualBrush; 71VisualBrush brush = header._visualBrushCanvas.Background as VisualBrush;
System\Windows\Controls\Panel.cs (2)
60Brush background = Background; 130/// DependencyProperty for <see cref="Background" /> property.
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
1036_findToolBar.Background = ToolBar.Background;