6 references to OnComponentChanged
System.ComponentModel.TypeConverter (6)
System\ComponentModel\ReflectEventDescriptor.cs (2)
213changeService?.OnComponentChanged(component, this, null, value); 489changeService?.OnComponentChanged(component, this, null, value);
System\ComponentModel\ReflectPropertyDescriptor.cs (4)
616changeService.OnComponentChanged(component, notifyDesc, oldValue, newValue); 661changeService?.OnComponentChanged(component!, notifyDesc, oldValue, value); 1064changeService.OnComponentChanged(component, this, oldValue, newValue); 1149changeService?.OnComponentChanged(component, this, oldValue, value);