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