2 references to BackgroundProperty
PresentationFramework.Aero (2)
Microsoft\Windows\Themes\ListBoxChrome.cs (2)
68get { return (Brush) GetValue(BackgroundProperty); } 69set { SetValue(BackgroundProperty, value); }