2 references to BackgroundProperty
WindowsFormsIntegration (2)
System\Windows\Integration\WindowsFormsHost.cs (2)
696get { return (Brush)GetValue(BackgroundProperty); } 697set { SetValue(BackgroundProperty, value); }