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