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