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