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