3 references to GetChildProperties
System.ComponentModel.TypeConverter (3)
System\ComponentModel\PropertyDescriptor.cs (3)
256public PropertyDescriptorCollection GetChildProperties() => GetChildProperties(null, null); 259public PropertyDescriptorCollection GetChildProperties(Attribute[] filter) => GetChildProperties(null, filter); 262public PropertyDescriptorCollection GetChildProperties(object instance) => GetChildProperties(instance, null);