8 references to Items
System.Data (8)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemCollectionImpl.cs (8)
349
return this.
Items
.Contains(item);
358
if (this.
Items
!= null)
360
this.
Items
.CopyTo(array, arrayIndex);
456
if (fromIndex > this.
Items
.Count)
460
if (toIndex > this.
Items
.Count)
464
ModelItem movingItem = this.
Items
[fromIndex];
474
Fx.Assert(this.
Items
!= null, "Items collection is null when trying to iterate over it");
475
foreach (ModelItem childItem in this.
Items
)