2 references to BackgroundProperty
PresentationFramework (2)
System\Windows\Controls\Primitives\BulletDecorator.cs (2)
66get { return (Brush)GetValue(BackgroundProperty); } 67set { SetValue(BackgroundProperty, value); }