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