12 references to EventDescriptorCollection
System (10)
compmod\system\componentmodel\EventDescriptorCollection.cs (1)
65
public static readonly EventDescriptorCollection Empty = new
EventDescriptorCollection
(null, true);
compmod\system\componentmodel\ReflectTypeDescriptionProvider.cs (1)
1906
_events = new
EventDescriptorCollection
(eventArray, true);
compmod\system\componentmodel\TypeDescriptor.cs (8)
1730
return new
EventDescriptorCollection
(null, true);
1745
return new
EventDescriptorCollection
(null, true);
1753
events = new
EventDescriptorCollection
((EventDescriptor[])filteredEvents.ToArray(typeof(EventDescriptor)), true);
1797
return new
EventDescriptorCollection
(null, true);
1871
evts = new
EventDescriptorCollection
(eventArray, true);
2467
cacheValue = new
EventDescriptorCollection
(eventArray, true);
2672
cacheValue = new
EventDescriptorCollection
(eventArray, true);
2818
cacheValue = new
EventDescriptorCollection
(eventArray, true);
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
500
return new
EventDescriptorCollection
(array, true);
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
500
return new
EventDescriptorCollection
(array, true);