6 references to ForegroundProperty
PresentationFramework (6)
System\Windows\Controls\TextBlock.cs (4)
831
get { return (Brush) GetValue(
ForegroundProperty
); }
832
set { SetValue(
ForegroundProperty
, value); }
844
element.SetValue(
ForegroundProperty
, value);
855
return (Brush)element.GetValue(
ForegroundProperty
);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3535
DependencyProperty dp = System.Windows.Controls.TextBlock.
ForegroundProperty
;
System\Windows\Markup\KnownTypes.cs (1)
1902
return System.Windows.Controls.TextBlock.
ForegroundProperty
;