1 write to itemType
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemCollectionImpl.cs (1)
43this.itemType = itemType;
3 references to itemType
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemCollectionImpl.cs (3)
67Fx.Assert(this.itemType != null, "item type cannot be null"); 68return TypeDescriptor.GetAttributes(this.itemType); 116return this.itemType;