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