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