13 references to EventDescriptorCollection
System (1)
compmod\system\componentmodel\EventDescriptorCollection.cs (1)
88
public EventDescriptorCollection(EventDescriptor[] events, bool readOnly) :
this
(events) {
System.Data (8)
fx\src\data\System\Data\Common\DataRecordInternal.cs (2)
317
return new
EventDescriptorCollection
(null);
321
return new
EventDescriptorCollection
(null);
fx\src\data\System\Data\Common\dbdatarecord.cs (2)
118
return new
EventDescriptorCollection
(null);
122
return new
EventDescriptorCollection
(null);
fx\src\data\System\Data\DataRowView.cs (2)
288
return new
EventDescriptorCollection
(null);
292
return new
EventDescriptorCollection
(null);
fx\src\data\System\Data\DataViewManagerListItemTypeDescriptor.cs (2)
95
return new
EventDescriptorCollection
(null);
106
return new
EventDescriptorCollection
(null);
System.Web (1)
UI\TargetFrameworkUtil.cs (1)
435
return new
EventDescriptorCollection
(filteredEventDescriptors.ToArray());
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\ComNativeDescriptor.cs (2)
367
return new
EventDescriptorCollection
(null);
371
return new
EventDescriptorCollection
(null);
System.Workflow.ComponentModel (1)
AuthoringOM\Design\PropertyDescriptors.cs (1)
851
return new
EventDescriptorCollection
((EventDescriptor[])readonlyEvents.ToArray(typeof(EventDescriptor)));