4 writes to Foreground
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (1)
270
this.
Foreground
= new SolidColorBrush(SystemColors.ControlTextColor);
System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (3)
126
this.textBox.
Foreground
= SystemColors.GrayTextBrush;
145
inputTextBox.
Foreground
= SystemColors.ControlTextBrush;
157
inputTextBox.
Foreground
= SystemColors.GrayTextBrush;
4 references to Foreground
PresentationFramework (4)
src\Framework\System\Windows\Controls\ProgressBar.cs (3)
193
if (this.
Foreground
is SolidColorBrush)
196
Color color = ((SolidColorBrush)this.
Foreground
).Color;
220
_glow.SetCurrentValue(Shape.FillProperty, this.
Foreground
);
src\Framework\System\Windows\Controls\StickyNote.cs (1)
1821
SolidColorBrush foreground =
Foreground
as SolidColorBrush;