9 references to ForegroundProperty
PresentationFramework (6)
System\Windows\Controls\TextBlock.cs (4)
828
get { return (Brush) GetValue(
ForegroundProperty
); }
829
set { SetValue(
ForegroundProperty
, value); }
841
element.SetValue(
ForegroundProperty
, value);
852
return (Brush)element.GetValue(
ForegroundProperty
);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3688
DependencyProperty dp = System.Windows.Controls.TextBlock.
ForegroundProperty
;
System\Windows\Markup\KnownTypes.cs (1)
1895
return System.Windows.Controls.TextBlock.
ForegroundProperty
;
PresentationFramework.Tests (3)
System\Windows\ResourceDictionaryTests.cs (3)
114
textBlock.SetResourceReference(TextBlock.
ForegroundProperty
, key);
128
textBlock.SetResourceReference(TextBlock.
ForegroundProperty
, key);
148
textBlock.SetResourceReference(TextBlock.
ForegroundProperty
, key);