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