2 references to BackgroundProperty
PresentationFramework.Classic (2)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (2)
155
get { return (Brush) GetValue(
BackgroundProperty
); }
156
set { SetValue(
BackgroundProperty
, value); }