2 references to BackgroundProperty
PresentationFramework (2)
System\Windows\Documents\FixedPage.cs (2)
422get { return (Brush) GetValue(BackgroundProperty); } 423set { SetValue(BackgroundProperty, value); }