Base:
property
Count
System.Activities.Presentation.PropertyEditing.PropertyValueCollection.Count
2 references to Count
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyValueCollection.cs (2)
89return Insert(value, this.Count); 447int startingIndex = e.NewStartingIndex < 0 ? this.Count : e.NewStartingIndex;