2 writes to Name
System.Activities (2)
System\Activities\DynamicActivity.cs (2)
40this.typeDescriptor.Name = value; 228this.typeDescriptor.Name = value;
4 references to Name
System.Activities (4)
System\Activities\DynamicActivity.cs (2)
36return this.typeDescriptor.Name; 224return this.typeDescriptor.Name;
System\Activities\DynamicActivityTypeDescriptor.cs (2)
44if (this.Name != null) 46return this.Name;