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