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