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