4 references to OnPropertyChanged
WindowsFormsIntegration (4)
System\Windows\Integration\ElementHost.cs (1)
1035PropertyMap.OnPropertyChanged(this, propertyName, value);
System\Windows\Integration\WindowsFormsHost.cs (3)
293_propertyMap.OnPropertyChanged(this, "Background", this.Background); 424_propertyMap.OnPropertyChanged(this, "Background", parentBrush); 715_propertyMap.OnPropertyChanged(this, e.Property.Name, e.NewValue);