4 references to PropertyDescriptorCollection
System.ComponentModel.TypeConverter (4)
System\ComponentModel\PropertyDescriptorCollection.cs (4)
286return new PropertyDescriptorCollection(_properties, Count, _namedSort, _comparer); 296return new PropertyDescriptorCollection(_properties, Count, names, _comparer); 305return new PropertyDescriptorCollection(_properties, Count, names, comparer); 314return new PropertyDescriptorCollection(_properties, Count, _namedSort, comparer);