1 write to data
System.Data.Linq (1)
EntitySetDataBindingList.cs (1)
24
this.
data
= data;
6 references to data
System.Data.Linq (6)
EntitySetDataBindingList.cs (6)
49
this.
data
.Insert(index, item);
58
this.
data
.Remove(this[index]);
76
this.
data
.Remove(removedItem);
78
this.
data
.Insert(index,item);
84
this.
data
.Clear();
90
this.
data
.Add(addNewInstance);