2 references to GetProperties
System.ComponentModel.TypeConverter (1)
System\ComponentModel\TypeConverter.cs (1)
227
public PropertyDescriptorCollection? GetProperties(object value) =>
GetProperties
(null, value);
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\ImmutablePropertyDescriptorGridEntry.cs (1)
54
PropertyDescriptorCollection? properties = parentConverter.
GetProperties
(parentEntry, owner);