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