6 writes to Foreground
Microsoft.CodeAnalysis.EditorFeatures.Wpf (6)
InlineDiagnostics\InlineDiagnosticsTag.cs (2)
63Foreground = format.ForegroundBrush, 188block.Foreground = format.ForegroundBrush;
InlineHints\InlineHintsTag.cs (1)
134Foreground = format.ForegroundBrush,
InlineRename\UI\Dashboard\RenameDashboard.xaml.cs (3)
104ResolvableConflictText.Foreground = resolvableConflictBrush; 108UnresolvableConflictText.Foreground = unresolvableConflictBrush; 110ErrorText.Foreground = unresolvableConflictBrush;
3 references to Foreground
PresentationFramework (3)
System\Windows\Controls\TextBlock.cs (3)
829/// DependencyProperty for <see cref="Foreground" /> property. 846/// DependencyProperty setter for <see cref="Foreground" /> property. 858/// DependencyProperty getter for <see cref="Foreground" /> property.