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