1 write to Foreground
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\KeyTipAdorner.cs (1)
121
_keyTipControl.
Foreground
= ribbon.Foreground;
5 references to Foreground
PresentationFramework (4)
System\Windows\Controls\ProgressBar.cs (3)
189
if (this.
Foreground
is SolidColorBrush)
191
Color color = ((SolidColorBrush)this.
Foreground
).Color;
218
_glow.SetCurrentValue(Shape.FillProperty, this.
Foreground
);
System\Windows\Controls\StickyNote.cs (1)
1769
SolidColorBrush foreground =
Foreground
as SolidColorBrush;
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\KeyTipAdorner.cs (1)
121
_keyTipControl.Foreground = ribbon.
Foreground
;