3 references to BindingList
System.Data.Linq (3)
DataContext.cs (1)
1206
return
BindingList
.Create<TEntity>(this.context, this);
DataQuery.cs (1)
86
return
BindingList
.Create<T>(this.context, this);
SqlClient\SqlProvider.cs (1)
1953
this.cachedList =
BindingList
.Create<T>(this.context, this);