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