Implemented interface member:
property
Count
System.Collections.ICollection.Count
29 references to Count
System.Web.Mobile (1)
UI\MobileControls\Design\StylesEditorDialog.cs (1)
798if (_lvAvailableStyles.SelectedItems.Count != 0)
System.Windows.Forms (7)
winforms\Managed\System\WinForms\ListView.cs (7)
1876if (value && SelectedItems.Count > 0) { 4390ListViewItem[] lviArr = new ListViewItem[SelectedItems.Count]; 7379if (index < 0 || index >= Count) { 7500return ((index >= 0) && (index < this.Count)); 7580if (Count > 0) { 7581System.Array.Copy(SelectedItemArray, 0, dest, index, Count); 7659for (int i = 0; i < this.Count; i ++) {
System.Workflow.Activities (14)
Rules\Design\Dialogs\BasicBrowserDialog.cs (3)
263if (this.rulesListView.SelectedItems.Count > 0) 269if (this.rulesListView.SelectedItems.Count == 1) 331if (this.rulesListView.SelectedItems.Count == 0)
Rules\Design\Dialogs\IntellisenseTextBox.cs (3)
301if (this.listBoxAutoComplete.SelectedItems.Count == 1) 314if (this.listBoxAutoComplete.SelectedItems.Count > 0) 492if (!wordMatched && this.listBoxAutoComplete.SelectedItems.Count == 1)
Rules\Design\Dialogs\RuleSetDialog.cs (8)
143if (this.rulesListView.SelectedItems.Count > 0) 226if (this.rulesListView.SelectedItems.Count == 0) 249if (this.rulesListView.SelectedItems.Count == 0) 273if (this.rulesListView.SelectedItems.Count == 0) 337if (this.rulesListView.SelectedItems.Count > 0) 369if (this.rulesListView.SelectedItems.Count > 0) 387if (this.rulesListView.SelectedItems.Count > 0) 397if (this.rulesListView.SelectedItems.Count > 0)
System.Workflow.ComponentModel (7)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (7)
585if ((!this.refreshTypeTextBox) && (this.artifactListView.SelectedItems.Count > 0)) 588if (this.artifactListView.SelectedItems.Count > 0) 592if (!this.artifactListView.Focused || this.artifactListView.SelectedItems.Count == 0) 609this.artifactListView.SelectedItems.Count > 0 && 685if (this.artifactListView.SelectedItems.Count != 0) 989if (this.artifactListView.SelectedItems.Count > 0) 1039if (this.artifactListView.SelectedItems.Count > 0)