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