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