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