6 references to ForegroundProperty
PresentationFramework (6)
System\Windows\Controls\TextBlock.cs (4)
841
get { return (Brush) GetValue(
ForegroundProperty
); }
842
set { SetValue(
ForegroundProperty
, value); }
854
element.SetValue(
ForegroundProperty
, value);
865
return (Brush)element.GetValue(
ForegroundProperty
);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3537
DependencyProperty dp = System.Windows.Controls.TextBlock.
ForegroundProperty
;
System\Windows\Markup\KnownTypes.cs (1)
1902
return System.Windows.Controls.TextBlock.
ForegroundProperty
;