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)
196if (this.Foreground is SolidColorBrush) 198Color color = ((SolidColorBrush)this.Foreground).Color; 222_glow.SetCurrentValue(Shape.FillProperty, this.Foreground);
System\Windows\Controls\StickyNote.cs (1)
1784SolidColorBrush foreground = Foreground as SolidColorBrush;
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\KeyTipAdorner.cs (1)
124_keyTipControl.Foreground = ribbon.Foreground;