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