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