2 references to BackgroundProperty
PresentationFramework (2)
System\Windows\Controls\AccessText.cs (2)
260get { return (Brush) GetValue(BackgroundProperty); } 261set { SetValue(BackgroundProperty, value); }