4 references to OnPropertyChanged
WindowsFormsIntegration (4)
System\Windows\Integration\ElementHost.cs (1)
1024
PropertyMap?.
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);