3 references to GetEvents
System.ComponentModel.TypeConverter (3)
System\ComponentModel\ReflectPropertyDescriptor.cs (2)
254_realChangedEvent = TypeDescriptor.GetEvents(_componentClass)[Name + "Changed"]; 273_realIPropChangedEvent = TypeDescriptor.GetEvents(typeof(INotifyPropertyChanged))["PropertyChanged"];
System\ComponentModel\ReflectTypeDescriptionProvider.ReflectedTypeData.cs (1)
271return TypeDescriptor.GetEvents(_type)[attr.Name];