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