Base:
property
Count
System.Activities.Presentation.Model.ModelItemCollection.Count
2 references to Count
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemCollectionImpl.cs (2)
499
if (index >= this.
Count
)
528
this.CollectionChanged(this, new System.Collections.Specialized.NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction.Add, item, this.
Count
- 1));