5 writes to Index
System.Data (5)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\CollectionChange.cs (3)
60
this.
Index
= this.Collection.IndexOf(this.Item);
80
this.
Index
= this.Collection.Count;
97
Index
= this.Index
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (2)
250
Index
= index,
297
Index
= index,
7 references to Index
System.Data (7)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\CollectionChange.cs (7)
53
if (this.
Index
>= 0)
55
((ModelItemCollectionImpl)this.Collection).RemoveAtCore(this.
Index
);
59
Fx.Assert(this.
Index
== -1, "-1 must be used to indicate Remove(item)");
73
if (this.
Index
>= 0)
75
((ModelItemCollectionImpl)this.Collection).InsertCore(this.
Index
, this.Item);
79
Fx.Assert(this.
Index
== -1, "-1 must be used to indicate Add(item)");
97
Index = this.
Index