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