4 references to EventDescriptorCollection
System (4)
compmod\system\componentmodel\EventDescriptorCollection.cs (4)
318return new EventDescriptorCollection(this.events, this.eventCount, this.namedSort, this.comparer); 329return new EventDescriptorCollection(this.events, this.eventCount, names, this.comparer); 339return new EventDescriptorCollection(this.events, this.eventCount, names, comparer); 349return new EventDescriptorCollection(this.events, this.eventCount, this.namedSort, comparer);