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