1 write to namedSort
System (1)
compmod\system\componentmodel\EventDescriptorCollection.cs (1)
95
this.
namedSort
= (string[])namedSort.Clone();
3 references to namedSort
System (3)
compmod\system\componentmodel\EventDescriptorCollection.cs (3)
189
InternalSort(this.
namedSort
);
318
return new EventDescriptorCollection(this.events, this.eventCount, this.
namedSort
, this.comparer);
349
return new EventDescriptorCollection(this.events, this.eventCount, this.
namedSort
, comparer);