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