1 write to typeDescriptor
System.Activities (1)
System\Activities\DynamicActivity.cs (1)
217
this.
typeDescriptor
= new DynamicActivityTypeDescriptor(this);
15 references to typeDescriptor
System.Activities (15)
System\Activities\DynamicActivity.cs (15)
224
return this.
typeDescriptor
.Name;
228
this.
typeDescriptor
.Name = value;
251
return this.
typeDescriptor
.Properties;
336
return this.
typeDescriptor
.GetAttributes();
341
return this.
typeDescriptor
.GetClassName();
346
return this.
typeDescriptor
.GetComponentName();
351
return this.
typeDescriptor
.GetConverter();
356
return this.
typeDescriptor
.GetDefaultEvent();
361
return this.
typeDescriptor
.GetDefaultProperty();
366
return this.
typeDescriptor
.GetEditor(editorBaseType);
371
return this.
typeDescriptor
.GetEvents(attributes);
376
return this.
typeDescriptor
.GetEvents();
381
return this.
typeDescriptor
.GetProperties();
386
return this.
typeDescriptor
.GetProperties(attributes);
391
return this.
typeDescriptor
.GetPropertyOwner(pd);