Implemented interface member:
method
GetProperties
System.ComponentModel.ICustomTypeDescriptor.GetProperties(System.Attribute[])
3 references to GetProperties
System.Activities (3)
System\Activities\DynamicActivity.cs (2)
198
return this.typeDescriptor.
GetProperties
(attributes);
386
return this.typeDescriptor.
GetProperties
(attributes);
System\Activities\DynamicActivityTypeDescriptor.cs (1)
89
return
GetProperties
(null);