5 references to BackgroundProperty
PresentationFramework (5)
src\Framework\System\Windows\Controls\Border.cs (2)
120get { return (Brush) GetValue(BackgroundProperty); } 121set { SetValue(BackgroundProperty, value); }
src\Framework\System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
1163border.SetValue(Border.BackgroundProperty, new SolidColorBrush(Color.FromUInt32(0xFF000080)));
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
1762DependencyProperty dp = System.Windows.Controls.Border.BackgroundProperty;
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1689return System.Windows.Controls.Border.BackgroundProperty;