1 write to namedSort
System (1)
compmod\system\componentmodel\PropertyDescriptorCollection.cs (1)
117this.namedSort = (string[])namedSort.Clone();
3 references to namedSort
System (3)
compmod\system\componentmodel\PropertyDescriptorCollection.cs (3)
213InternalSort(this.namedSort); 343return new PropertyDescriptorCollection(this.properties, this.propCount, this.namedSort, this.comparer); 374return new PropertyDescriptorCollection(this.properties, this.propCount, this.namedSort, comparer);