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