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