5 writes to Background
PresentationFramework (2)
System\Windows\Controls\PasswordBox.cs (1)
1142
this.ScrollViewer.
Background
= Brushes.Transparent;
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1566
this.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)
1139
if (this.ScrollViewer.
Background
== null)
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1563
if (this.ScrollViewer.
Background
== null)
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\KeyTipAdorner.cs (1)
115
_keyTipControl.Background = ribbon.
Background
;