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