2 writes to Background
PresentationFramework (2)
src\Framework\System\Windows\Controls\PasswordBox.cs (1)
1194this.ScrollViewer.Background = Brushes.Transparent;
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1666this.ScrollViewer.Background = Brushes.Transparent;
4 references to Background
PresentationFramework (2)
src\Framework\System\Windows\Controls\PasswordBox.cs (1)
1191if (this.ScrollViewer.Background == null)
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1663if (this.ScrollViewer.Background == null)
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\ChoiceEditor.cs (1)
919RenderUtils.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)
287RenderUtils.DrawInscribedRoundedRect(drawingContext, this.Background, strokePen, new Rect(0d, 0d, this.ActualWidth, this.ActualHeight), this.CornerRadius);