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