4 references to OnPropertyChanged
WindowsFormsIntegration (4)
System\Windows\Integration\ElementHost.cs (1)
1024PropertyMap?.OnPropertyChanged(this, propertyName, value);
System\Windows\Integration\WindowsFormsHost.cs (3)
287_propertyMap.OnPropertyChanged(this, nameof(Background), this.Background); 415_propertyMap.OnPropertyChanged(this, nameof(Background), parentBrush); 692_propertyMap?.OnPropertyChanged(this, e.Property.Name, e.NewValue);