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