10 writes to Background
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
ViewHostingControl.cs (1)
32Background = Brushes.Transparent;
Microsoft.VisualStudio.LanguageServices (3)
ChangeSignature\ChangeSignatureDialog.xaml.cs (1)
67Members.Background = SystemParameters.HighContrast ? SystemColors.WindowBrush : new SolidColorBrush(Color.FromArgb(0xFF, 0xFF, 0xFF, 0xFF));
InheritanceMargin\MarginGlyph\InheritanceMarginGlyph.cs (2)
57Background = Brushes.Transparent; 199this.Background = Brushes.Transparent;
Microsoft.VisualStudio.LanguageServices.CSharp (1)
SemanticSearch\SemanticSearchToolWindowImpl.cs (1)
193Background = Brushes.Transparent,
PresentationFramework (2)
System\Windows\Controls\PasswordBox.cs (1)
1163this.ScrollViewer.Background = Brushes.Transparent;
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1628this.ScrollViewer.Background = Brushes.Transparent;
PresentationUI (2)
MS\Internal\Documents\Application\StatusInfoItem.cs (1)
185_toolBarControl.Background = resources.Image;
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
1036_findToolBar.Background = ToolBar.Background;
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\KeyTipAdorner.cs (1)
119_keyTipControl.Background = ribbon.Background;
3 references to Background
PresentationFramework (2)
System\Windows\Controls\PasswordBox.cs (1)
1160if (this.ScrollViewer.Background == null)
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1625if (this.ScrollViewer.Background == null)
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\KeyTipAdorner.cs (1)
119_keyTipControl.Background = ribbon.Background;