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