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