55 references to List
System.Windows.Forms (55)
winforms\Managed\System\WinForms\BindingSource.cs (55)
162
return ((IBindingList)
List
).AllowNew;
170
return !
List
.IsReadOnly && !
List
.IsFixedSize && (!checkconstructor || this.itemConstructor != null);
305
IBindingListView iblv =
List
as IBindingListView;
324
IBindingListView iblv =
List
as IBindingListView;
336
IBindingListView iblv =
List
as IBindingListView;
337
IBindingList ibl =
List
as IBindingList;
362
IBindingListView iblv =
List
as IBindingListView;
363
IBindingList ibl =
List
as IBindingList;
1339
this.itemType = ListBindingHelper.GetListItemType(
List
);
1340
this.itemShape = ListBindingHelper.GetListItemProperties(
List
);
1574
return
List
.GetEnumerator();
1586
List
.CopyTo(arr, index);
1604
return
List
.Count;
1617
return
List
.IsSynchronized;
1624
return
List
.SyncRoot;
1644
if (dataSource == null &&
List
.Count == 0) {
1657
ret =
List
.Add(value);
1665
List
.Clear();
1671
return
List
.Contains(value);
1676
return
List
.IndexOf(value);
1681
List
.Insert(index, value);
1688
List
.Remove(value);
1697
List
.RemoveAt(index);
1705
return
List
[index];
1709
List
[index] = value;
1721
return
List
.IsFixedSize;
1729
return
List
.IsReadOnly;
1742
return ListBindingHelper.GetListName(
List
, listAccessors);
1752
return ListBindingHelper.GetListItemProperties(
List
, listAccessors);
1791
int oldCount =
List
.Count;
1803
addNewItem = (
List
as IBindingList).AddNew();
1820
if (
List
.Count > oldCount) {
1838
return ((IBindingList)
List
).AllowEdit;
1841
return !
List
.IsReadOnly;
1883
return ((IBindingList)
List
).AllowRemove;
1886
return !
List
.IsReadOnly && !
List
.IsFixedSize;
1902
return ((IBindingList)
List
).SupportsSearching;
1914
return ((IBindingList)
List
).SupportsSorting;
1926
return ((IBindingList)
List
).IsSorted;
1938
return ((IBindingList)
List
).SortProperty;
1950
return ((IBindingList)
List
).SortDirection;
1960
((IBindingList)
List
).AddIndex(property);
1970
((IBindingList)
List
).ApplySort(property, sort);
1979
return ((IBindingList)
List
).Find(prop, key);
1988
((IBindingList)
List
).RemoveIndex(prop);
1999
((IBindingList)
List
).RemoveSort();
2013
IBindingListView iblw =
List
as IBindingListView;
2026
IBindingListView iblw =
List
as IBindingListView;
2058
IBindingListView iblw =
List
as IBindingListView;
2067
IBindingListView iblw =
List
as IBindingListView;
2079
IBindingListView iblw =
List
as IBindingListView;
2102
ICancelAddNew icancel =
List
as ICancelAddNew;
2114
ICancelAddNew icancel =
List
as ICancelAddNew;