1 write to itemType
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (1)
1282this.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)
1280if (this.itemType == null) 1284return this.itemType;