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