11 references to EventDescriptorCollection
System.ComponentModel.TypeConverter (1)
System\ComponentModel\EventDescriptorCollection.cs (1)
49public EventDescriptorCollection(EventDescriptor[]? events, bool readOnly) : this(events)
System.Data.Common (8)
System\Data\Common\DataRecordInternal.cs (2)
346return new EventDescriptorCollection(null); 352return new EventDescriptorCollection(null);
System\Data\Common\DbDataRecord.cs (2)
91EventDescriptorCollection ICustomTypeDescriptor.GetEvents() => new EventDescriptorCollection(null); 94EventDescriptorCollection ICustomTypeDescriptor.GetEvents(Attribute[]? attributes) => new EventDescriptorCollection(null);
System\Data\DataRowView.cs (2)
248EventDescriptorCollection ICustomTypeDescriptor.GetEvents() => new EventDescriptorCollection(null); 251EventDescriptorCollection ICustomTypeDescriptor.GetEvents(Attribute[]? attributes) => new EventDescriptorCollection(null);
System\Data\DataViewManagerListItemTypeDescriptor.cs (2)
78EventDescriptorCollection ICustomTypeDescriptor.GetEvents() => new EventDescriptorCollection(null); 89new EventDescriptorCollection(null);
System.Windows.Forms (2)
System\Windows\Forms\ComponentModel\COM2Interop\ComNativeDescriptor.ComTypeDescriptor.cs (2)
49EventDescriptorCollection ICustomTypeDescriptor.GetEvents() => new(null); 52EventDescriptorCollection ICustomTypeDescriptor.GetEvents(Attribute[]? attributes) => new(null);