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