6 references to ForegroundProperty
PresentationFramework (6)
System\Windows\Controls\TextBlock.cs (4)
829
get { return (Brush) GetValue(
ForegroundProperty
); }
830
set { SetValue(
ForegroundProperty
, value); }
842
element.SetValue(
ForegroundProperty
, value);
853
return (Brush)element.GetValue(
ForegroundProperty
);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3689
DependencyProperty dp = System.Windows.Controls.TextBlock.
ForegroundProperty
;
System\Windows\Markup\KnownTypes.cs (1)
1896
return System.Windows.Controls.TextBlock.
ForegroundProperty
;