1 write to kvpairType
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (1)
1269this.kvpairType = typeof(KeyValuePair<,>).MakeGenericType(this.GenericArguments);
2 references to kvpairType
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (2)
1267if (this.kvpairType == null) 1271return this.kvpairType;