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