5 writes to Background
PresentationFramework (2)
System\Windows\Controls\PasswordBox.cs (1)
1142this.ScrollViewer.Background = Brushes.Transparent;
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1566this.ScrollViewer.Background = Brushes.Transparent;
PresentationUI (2)
MS\Internal\Documents\Application\StatusInfoItem.cs (1)
175_toolBarControl.Background = resources.Image;
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
1032_findToolBar.Background = ToolBar.Background;
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\KeyTipAdorner.cs (1)
115_keyTipControl.Background = ribbon.Background;
3 references to Background
PresentationFramework (2)
System\Windows\Controls\PasswordBox.cs (1)
1139if (this.ScrollViewer.Background == null)
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1563if (this.ScrollViewer.Background == null)
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\KeyTipAdorner.cs (1)
115_keyTipControl.Background = ribbon.Background;