Implemented interface member:
property
Count
System.Collections.ICollection.Count
9 references to Count
System.Windows.Forms (6)
winforms\Managed\System\WinForms\ListView.cs (6)
7003int count = Count; 7037if (index < 0 || index >= Count) { 7208return this.Count; 7222return this.Count; 7241if (Count > 0) { 7242System.Array.Copy(IndicesArray, 0, dest, index, Count);
System.Workflow.Activities (2)
Rules\Design\Dialogs\IntellisenseTextBox.cs (2)
190if (this.listBoxAutoComplete.SelectedIndices.Count > 0 && this.listBoxAutoComplete.SelectedIndices[0] > 0) 203if (this.listBoxAutoComplete.SelectedIndices.Count == 0)
WsatUI (1)
MMCUI\AcceptedCertificatesForm.cs (1)
90if (listAllowedCertificates.SelectedIndices.Count > 0)