1 write to itemType
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (1)
1282
this.
itemType
= typeof(ModelItemKeyValuePair<,>).MakeGenericType(this.GenericArguments);
2 references to itemType
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (2)
1280
if (this.
itemType
== null)
1284
return this.
itemType
;