2 writes to allowNew
System (2)
compmod\system\componentmodel\BindingList.cs (2)
71this.allowNew = ItemTypeHasDefaultConstructor; 376this.allowNew = value;
2 references to allowNew
System (2)
compmod\system\componentmodel\BindingList.cs (2)
363if (userSetAllowNew || allowNew) 365return this.allowNew;