2 writes to onAddingNew
System (2)
compmod\system\componentmodel\BindingList.cs (2)
112onAddingNew += value; 119onAddingNew -= value;
4 references to onAddingNew
System (4)
compmod\system\componentmodel\BindingList.cs (4)
131if (onAddingNew != null) { 132onAddingNew(this, e); 324return onAddingNew != null && onAddingNew.GetInvocationList().Length > 0;