4 references to BackgroundProperty
PresentationFramework (4)
src\Framework\System\Windows\Controls\TextBlock.cs (2)
944get { return (Brush) GetValue(BackgroundProperty); } 945set { SetValue(BackgroundProperty, value); }
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3427DependencyProperty dp = System.Windows.Controls.TextBlock.BackgroundProperty;
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1889return System.Windows.Controls.TextBlock.BackgroundProperty;