3 references to GetProperties
System.ComponentModel.TypeConverter (3)
System\ComponentModel\ComponentConverter.cs (1)
28return TypeDescriptor.GetProperties(value, attributes);
System\ComponentModel\ExpandableObjectConverter.cs (1)
28return TypeDescriptor.GetProperties(value, attributes);
System\ComponentModel\PropertyDescriptor.cs (1)
270return TypeDescriptor.GetProperties(instance, filter);