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