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