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