10 writes to Background
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
ViewHostingControl.cs (1)
32Background = Brushes.Transparent;
Microsoft.VisualStudio.LanguageServices (3)
ChangeSignature\ChangeSignatureDialog.xaml.cs (1)
66Members.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)
1171this.ScrollViewer.Background = Brushes.Transparent;
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1637this.ScrollViewer.Background = Brushes.Transparent;
PresentationUI (2)
MS\Internal\Documents\Application\StatusInfoItem.cs (1)
188_toolBarControl.Background = resources.Image;
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
1043_findToolBar.Background = ToolBar.Background;
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\KeyTipAdorner.cs (1)
122_keyTipControl.Background = ribbon.Background;
3 references to Background
PresentationFramework (2)
System\Windows\Controls\PasswordBox.cs (1)
1168if (this.ScrollViewer.Background == null)
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1634if (this.ScrollViewer.Background == null)
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\KeyTipAdorner.cs (1)
122_keyTipControl.Background = ribbon.Background;