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