2 references to BackgroundProperty
PresentationFramework (2)
System\Windows\Controls\Page.cs (2)
335get { return (Brush) GetValue(BackgroundProperty); } 336set { SetValue(BackgroundProperty, value); }