compmod\system\componentmodel\PropertyDescriptorCollection.cs (4)
343return new PropertyDescriptorCollection(this.properties, this.propCount, this.namedSort, this.comparer);
354return new PropertyDescriptorCollection(this.properties, this.propCount, names, this.comparer);
364return new PropertyDescriptorCollection(this.properties, this.propCount, names, comparer);
374return new PropertyDescriptorCollection(this.properties, this.propCount, this.namedSort, comparer);