10 references to EventDescriptorCollection
System.ComponentModel.TypeConverter (10)
System\ComponentModel\EventDescriptorCollection.cs (1)
26public static readonly EventDescriptorCollection Empty = new EventDescriptorCollection(null, true);
System\ComponentModel\ReflectTypeDescriptionProvider.ReflectedTypeData.cs (1)
461_events = new EventDescriptorCollection(eventArray, true);
System\ComponentModel\TypeDescriptor.cs (8)
1106return new EventDescriptorCollection(null, true); 1133return new EventDescriptorCollection(null, true); 1145events = new EventDescriptorCollection(descriptors, true); 1192return new EventDescriptorCollection(null, true); 1264evts = new EventDescriptorCollection(eventArray, true); 1934cacheValue = new EventDescriptorCollection(eventArray, true); 2132cacheValue = new EventDescriptorCollection(eventArray, true); 2273cacheValue = new EventDescriptorCollection(eventArray, true);