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