Implemented interface member:
property
Count
System.Collections.ICollection.Count
7 references to Count
System.Windows.Forms (7)
winforms\Managed\System\WinForms\BindingNavigator.cs (1)
516
count = bindingSource.
Count
;
winforms\Managed\System\WinForms\BindingSource.cs (6)
922
Position =
Count
- 1;
1090
currentItemChanged = ((null == lastCurrentItem) || (cm.Count == 0) || (lastCurrentItem != cm.Current) || (this.Position >= this.
Count
));
1096
this.Position = (this.
Count
> 0 ? 0 : -1);
1171
if (Position < 0 || Position >=
Count
) {
1394
if (this.Position >= 0 && this.Position <= this.
Count
- 1) {
1804
this.Position = this.
Count
- 1;