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