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