1 write to typeDescriptor
System.Activities (1)
System\Activities\DynamicActivity.cs (1)
29this.typeDescriptor = new DynamicActivityTypeDescriptor(this);
15 references to typeDescriptor
System.Activities (15)
System\Activities\DynamicActivity.cs (15)
36return this.typeDescriptor.Name; 40this.typeDescriptor.Name = value; 63return this.typeDescriptor.Properties; 148return this.typeDescriptor.GetAttributes(); 153return this.typeDescriptor.GetClassName(); 158return this.typeDescriptor.GetComponentName(); 163return this.typeDescriptor.GetConverter(); 168return this.typeDescriptor.GetDefaultEvent(); 173return this.typeDescriptor.GetDefaultProperty(); 178return this.typeDescriptor.GetEditor(editorBaseType); 183return this.typeDescriptor.GetEvents(attributes); 188return this.typeDescriptor.GetEvents(); 193return this.typeDescriptor.GetProperties(); 198return this.typeDescriptor.GetProperties(attributes); 203return this.typeDescriptor.GetPropertyOwner(pd);