1 write to targetType
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\TypeKeyValue.cs (1)
131this.targetType = value;
8 references to targetType
System.Activities.Presentation (8)
System.Activities.Presentation\System\Activities\Presentation\View\TypeKeyValue.cs (8)
128get { return this.targetType; } 145if (null != this.targetType) 148if (this.targetType.IsGenericTypeDefinition) 161result = this.targetType.MakeGenericType(arguments); 166result = targetType; 175if (null != this.targetType && this.targetType.IsGenericTypeDefinition) 177Type[] generics = this.targetType.GetGenericArguments();