3 references to GetEvents
System.Windows.Forms (1)
System\Windows\Forms\Design\EventsTab.cs (1)
150EventDescriptorCollection propertyEvents = TypeDescriptor.GetEvents(value!, attributes!);
System.Windows.Forms.Design (2)
System\ComponentModel\Design\Serialization\CodeDomSerializerBase.cs (1)
268return TypeDescriptor.GetEvents(instance, attributes);
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (1)
1260EventDescriptorCollection ICustomTypeDescriptor.GetEvents(Attribute[]? attrs) => TypeDescriptor.GetEvents(DataGridViewColumn, attrs!);