12 references to GetEvents
System.ComponentModel.TypeConverter (1)
System\ComponentModel\ReflectTypeDescriptionProvider.ReflectedTypeData.cs (1)
267return TypeDescriptor.GetEvents(instance)[attr.Name];
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
642eventDescriptor = TypeDescriptor.GetEvents(eventObj!)[PropertyDescriptor.Name];
System\Windows\Forms\DataBinding\Binding.cs (1)
547EventDescriptorCollection eventInfos = TypeDescriptor.GetEvents(BindableComponent);
System\Windows\Forms\Design\EventsTab.cs (1)
95/// to get <paramref name="component"/> property descriptors from <see cref="TypeDescriptor.GetEvents(object)"/>.
System.Windows.Forms.Design (5)
System\ComponentModel\Design\Serialization\CodeDomComponentSerializationService.CodeDomSerializationStore.ComponentListCodeDomSerializer.cs (2)
418PropertyDescriptorCollection eventProps = ebs.GetEventProperties(TypeDescriptor.GetEvents(comp)); 596PropertyDescriptorCollection events = ebs.GetEventProperties(TypeDescriptor.GetEvents(data._value));
System\ComponentModel\Design\Serialization\CodeDomSerializerBase.cs (1)
265return TypeDescriptor.GetEvents(instance);
System\Windows\Forms\Design\CommandSet.cs (1)
1962PropertyDescriptorCollection eventProps = evs.GetEventProperties(TypeDescriptor.GetEvents(curComp));
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (1)
1260EventDescriptorCollection ICustomTypeDescriptor.GetEvents() => TypeDescriptor.GetEvents(DataGridViewColumn);
System.Windows.Forms.Tests (3)
System\Windows\Forms\AxSystemMonitorTests.cs (1)
24var events = TypeDescriptor.GetEvents(_control);
System\Windows\Forms\AxWebBrowserTests.cs (1)
29var events = TypeDescriptor.GetEvents(_control);
System\Windows\Forms\ComponentModel\Com2Interop\ComNativeDescriptorTests.cs (1)
219var events = TypeDescriptor.GetEvents(vbcontrol);