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