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