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