2 writes to Background
PresentationFramework (2)
src\Framework\System\Windows\Controls\PasswordBox.cs (1)
1194
this.ScrollViewer.
Background
= Brushes.Transparent;
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1666
this.ScrollViewer.
Background
= Brushes.Transparent;
4 references to Background
PresentationFramework (2)
src\Framework\System\Windows\Controls\PasswordBox.cs (1)
1191
if (this.ScrollViewer.
Background
== null)
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1663
if (this.ScrollViewer.
Background
== null)
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\ChoiceEditor.cs (1)
919
RenderUtils.DrawInscribedRoundedRect(drawingContext, this.
Background
, null, new Rect(new Point(textAreaLeft, textAreaTop), new Point(textAreaRight, textAreaBottom)), innerCornerRadius);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\StringEditor.cs (1)
287
RenderUtils.DrawInscribedRoundedRect(drawingContext, this.
Background
, strokePen, new Rect(0d, 0d, this.ActualWidth, this.ActualHeight), this.CornerRadius);