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