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