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