2 instantiations of DynamicActivityTypeDescriptor
System.Activities (2)
System\Activities\DynamicActivity.cs (2)
29
this.typeDescriptor = new
DynamicActivityTypeDescriptor
(this);
217
this.typeDescriptor = new
DynamicActivityTypeDescriptor
(this);
4 references to DynamicActivityTypeDescriptor
System.Activities (4)
System\Activities\DynamicActivity.cs (2)
23
DynamicActivityTypeDescriptor
typeDescriptor;
211
DynamicActivityTypeDescriptor
typeDescriptor;
System\Activities\DynamicActivityTypeDescriptor.cs (2)
248
DynamicActivityTypeDescriptor
parent;
250
public ActivityPropertyCollection(
DynamicActivityTypeDescriptor
parent)