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