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