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