1 write to targetType
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TypeKeyValue.cs (1)
131this.targetType = value;
8 references to targetType
System.Data (8)
cdf\src\NetFx40\Tools\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();