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