Implemented interface member:
property
Count
System.Collections.ICollection.Count
8 references to Count
System.Windows.Forms (8)
winforms\Managed\System\WinForms\TabControl.cs (8)
1129if (0 <= index && index < TabPages.Count -1) { 1883s += ", TabPages.Count: " + TabPages.Count.ToString(CultureInfo.CurrentCulture); 1884if (TabPages.Count > 0) 2488for(int index=0; index < Count; ++index) { 2525for (int i = 0; i < this.Count; i ++) { 2629return ((index >= 0) && (index < this.Count)); 2643if (Count > 0) { 2644System.Array.Copy(owner.GetTabPages(), 0, dest, index, Count);