4 references to BackgroundProperty
PresentationFramework (4)
System\Windows\Controls\TextBlock.cs (2)
884get { return (Brush) GetValue(BackgroundProperty); } 885set { SetValue(BackgroundProperty, value); }
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3435DependencyProperty dp = System.Windows.Controls.TextBlock.BackgroundProperty;
System\Windows\Markup\KnownTypes.cs (1)
1890return System.Windows.Controls.TextBlock.BackgroundProperty;