5 references to BackgroundProperty
PresentationFramework (5)
System\Windows\Controls\Border.cs (2)
108
get { return (Brush) GetValue(
BackgroundProperty
); }
109
set { SetValue(
BackgroundProperty
, value); }
System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
1128
border.SetValue(Border.
BackgroundProperty
, new SolidColorBrush(Color.FromUInt32(0xFF000080)));
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
1769
DependencyProperty dp = System.Windows.Controls.Border.
BackgroundProperty
;
System\Windows\Markup\KnownTypes.cs (1)
1681
return System.Windows.Controls.Border.
BackgroundProperty
;