10 references to EventDescriptorCollection
System.ComponentModel.TypeConverter (10)
System\ComponentModel\EventDescriptorCollection.cs (1)
26
public 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)
1106
return new
EventDescriptorCollection
(null, true);
1133
return new
EventDescriptorCollection
(null, true);
1145
events = new
EventDescriptorCollection
(descriptors, true);
1192
return new
EventDescriptorCollection
(null, true);
1264
evts = new
EventDescriptorCollection
(eventArray, true);
1934
cacheValue = new
EventDescriptorCollection
(eventArray, true);
2132
cacheValue = new
EventDescriptorCollection
(eventArray, true);
2273
cacheValue = new
EventDescriptorCollection
(eventArray, true);