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