1 write to comparer
System (1)
compmod\system\componentmodel\PropertyDescriptorCollection.cs (1)
119this.comparer = comparer;
3 references to comparer
System (3)
compmod\system\componentmodel\PropertyDescriptorCollection.cs (3)
343return new PropertyDescriptorCollection(this.properties, this.propCount, this.namedSort, this.comparer); 354return new PropertyDescriptorCollection(this.properties, this.propCount, names, this.comparer); 388this.InternalSort(this.comparer);