8 writes to Background
Microsoft.VisualStudio.LanguageServices (1)
PreviewPane\PreviewPane.xaml.cs (1)
235PreviewDockPanel.Background = viewer.InlineView.Background;
Microsoft.VisualStudio.LanguageServices.CSharp (1)
SemanticSearch\SemanticSearchToolWindowImpl.cs (1)
222Background = (Brush)Application.Current.FindResource(CommonControlsColors.TextBoxBackgroundBrushKey),
PresentationFramework (4)
System\Windows\Controls\DataGridColumnFloatingHeader.cs (2)
147_visualBrushCanvas.Background = visualBrush; 156_visualBrushCanvas.Background = null;
System\Windows\Controls\GridViewColumnHeader.cs (2)
399_floatingHeaderCanvas.Background = null; 842_floatingHeaderCanvas.Background = visualBrush;
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHostPropertyMap.cs (2)
71host.HostContainerInternal.Background = new SWM.ImageBrush(Convert.ToSystemWindowsMediaImagingBitmapImage(parentBitmap)); 79host.HostContainerInternal.Background = new SWM.ImageBrush(Convert.ToSystemWindowsMediaImagingBitmapImage(elementHostBitmap));
5 references to Background
PresentationFramework (4)
System\Windows\Controls\DataGridColumnFloatingHeader.cs (2)
43VisualBrush brush = header._visualBrushCanvas.Background as VisualBrush; 70VisualBrush brush = header._visualBrushCanvas.Background as VisualBrush;
System\Windows\Controls\Panel.cs (2)
59Brush background = Background; 129/// DependencyProperty for <see cref="Background" /> property.
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
1036_findToolBar.Background = ToolBar.Background;