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