8 references to ForegroundProperty
PresentationFramework (6)
src\Framework\System\Windows\Controls\TextBlock.cs (4)
895get { return (Brush) GetValue(ForegroundProperty); } 896set { SetValue(ForegroundProperty, value); } 911element.SetValue(ForegroundProperty, value); 925return (Brush)element.GetValue(ForegroundProperty);
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3529DependencyProperty dp = System.Windows.Controls.TextBlock.ForegroundProperty;
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1901return System.Windows.Controls.TextBlock.ForegroundProperty;
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (2)
1228zoomPickerTextBox.SetValue(TextBlock.ForegroundProperty, this.Resources["ShellBarForegroundActiveColor"] as SolidColorBrush); 1240zoomPickerTextBox.SetValue(TextBlock.ForegroundProperty, this.Resources["ShellBarForegroundInactiveColor"] as SolidColorBrush);