2 implementations of OnComponentChanged
System.Windows.Forms.Design (1)
System.Windows.Forms.Tests (1)
51 references to OnComponentChanged
System.ComponentModel.TypeConverter (6)
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);
System.Windows.Forms (2)
System.Windows.Forms.Design (31)
System.Windows.Forms.Design.Tests (11)
System.Windows.Forms.Primitives (1)