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