1 write to Foreground
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\KeyTipAdorner.cs (1)
124
_keyTipControl.
Foreground
= ribbon.Foreground;
5 references to Foreground
PresentationFramework (4)
System\Windows\Controls\ProgressBar.cs (3)
196
if (this.
Foreground
is SolidColorBrush)
198
Color color = ((SolidColorBrush)this.
Foreground
).Color;
222
_glow.SetCurrentValue(Shape.FillProperty, this.
Foreground
);
System\Windows\Controls\StickyNote.cs (1)
1784
SolidColorBrush foreground =
Foreground
as SolidColorBrush;
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\KeyTipAdorner.cs (1)
124
_keyTipControl.Foreground = ribbon.
Foreground
;