1 write to propertyType
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (1)
1307
this.
propertyType
= typeof(DictionaryItemsCollection<,>).MakeGenericType(this.GenericArguments);
2 references to propertyType
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (2)
1305
if (this.
propertyType
== null)
1309
return this.
propertyType
;