1 write to allowRemove
System (1)
compmod\system\componentmodel\BindingList.cs (1)
419
this.
allowRemove
= value;
3 references to allowRemove
System (3)
compmod\system\componentmodel\BindingList.cs (3)
237
if (!this.
allowRemove
&& !(this.addNewPos >= 0 && this.addNewPos == index)) {
415
return this.
allowRemove
;
418
if (this.
allowRemove
!= value) {