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