1 write to raiseListChangedEvents
System (1)
compmod\system\componentmodel\BindingList.cs (1)
178
this.
raiseListChangedEvents
= value;
3 references to raiseListChangedEvents
System (3)
compmod\system\componentmodel\BindingList.cs (3)
173
return this.
raiseListChangedEvents
;
177
if (this.
raiseListChangedEvents
!= value) {
199
if (this.
raiseListChangedEvents
) {