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