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)
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)
76host.HostContainerInternal.Background = new SWM.ImageBrush(Convert.ToSystemWindowsMediaImagingBitmapImage(parentBitmap)); 84host.HostContainerInternal.Background = new SWM.ImageBrush(Convert.ToSystemWindowsMediaImagingBitmapImage(elementHostBitmap));
5 references to Background
PresentationFramework (4)
System\Windows\Controls\DataGridColumnFloatingHeader.cs (2)
48VisualBrush brush = header._visualBrushCanvas.Background as VisualBrush; 75VisualBrush brush = header._visualBrushCanvas.Background as VisualBrush;
System\Windows\Controls\Panel.cs (2)
67Brush background = Background; 137/// DependencyProperty for <see cref="Background" /> property.
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
1043_findToolBar.Background = ToolBar.Background;