15 implementations of GetEvents
System.ComponentModel.TypeConverter (5)
System\ComponentModel\CustomTypeDescriptor.cs (1)
138
public virtual EventDescriptorCollection
GetEvents
()
System\ComponentModel\TypeDescriptor.cs (4)
2840
EventDescriptorCollection ICustomTypeDescriptor.
GetEvents
()
3165
EventDescriptorCollection ICustomTypeDescriptor.
GetEvents
()
3609
EventDescriptorCollection ICustomTypeDescriptor.
GetEvents
()
4008
public EventDescriptorCollection
GetEvents
()
System.Data.Common (5)
System\Data\Common\DataRecordInternal.cs (1)
344
EventDescriptorCollection ICustomTypeDescriptor.
GetEvents
()
System\Data\Common\DbConnectionStringBuilder.cs (1)
646
EventDescriptorCollection ICustomTypeDescriptor.
GetEvents
()
System\Data\Common\DbDataRecord.cs (1)
91
EventDescriptorCollection ICustomTypeDescriptor.
GetEvents
() => new EventDescriptorCollection(null);
System\Data\DataRowView.cs (1)
248
EventDescriptorCollection ICustomTypeDescriptor.
GetEvents
() => new EventDescriptorCollection(null);
System\Data\DataViewManagerListItemTypeDescriptor.cs (1)
78
EventDescriptorCollection ICustomTypeDescriptor.
GetEvents
() => new EventDescriptorCollection(null);
System.Windows.Forms (3)
System\Windows\Forms\ActiveX\AxHost.cs (1)
2497
EventDescriptorCollection ICustomTypeDescriptor.
GetEvents
()
System\Windows\Forms\ComponentModel\COM2Interop\ComNativeDescriptor.ComTypeDescriptor.cs (1)
49
EventDescriptorCollection ICustomTypeDescriptor.
GetEvents
() => new(null);
System\Windows\Forms\ComponentModel\COM2Interop\ComNativeDescriptor.NullTypeDescriptor.cs (1)
29
EventDescriptorCollection ICustomTypeDescriptor.
GetEvents
() => EventDescriptorCollection.Empty;
System.Windows.Forms.Design (2)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (1)
1279
EventDescriptorCollection ICustomTypeDescriptor.
GetEvents
()
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (1)
1252
EventDescriptorCollection ICustomTypeDescriptor.
GetEvents
() => TypeDescriptor.GetEvents(DataGridViewColumn);
7 references to GetEvents
System.ComponentModel.TypeConverter (6)
System\ComponentModel\CustomTypeDescriptor.cs (1)
142
return _parent.
GetEvents
();
System\ComponentModel\ICustomTypeDescriptor.cs (1)
121
return
GetEvents
();
System\ComponentModel\TypeDescriptor.cs (4)
3167
EventDescriptorCollection events = _primary.
GetEvents
() ?? _secondary.
GetEvents
();
3622
EventDescriptorCollection events = desc.
GetEvents
();
4024
events = desc.
GetEvents
();
System.Windows.Forms.Design (1)
System\ComponentModel\Design\Serialization\CodeDomSerializerBase.cs (1)
256
return targetAwareDescriptor.
GetEvents
();