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