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