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