5 writes to Background
Microsoft.VisualStudio.LanguageServices (1)
PreviewPane\PreviewPane.xaml.cs (1)
235PreviewDockPanel.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)
71host.HostContainerInternal.Background = new SWM.ImageBrush(Convert.ToSystemWindowsMediaImagingBitmapImage(parentBitmap)); 79host.HostContainerInternal.Background = new SWM.ImageBrush(Convert.ToSystemWindowsMediaImagingBitmapImage(elementHostBitmap));
7 references to Background
PresentationFramework (6)
System\Windows\Controls\DataGridColumnFloatingHeader.cs (3)
43VisualBrush brush = header._visualBrushCanvas.Background as VisualBrush; 70VisualBrush 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)
59Brush background = Background; 129/// DependencyProperty for <see cref="Background" /> property.
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
1036_findToolBar.Background = ToolBar.Background;