4 references to GetEvents
System.ComponentModel.TypeConverter (3)
System\ComponentModel\TypeDescriptor.cs (3)
1144return GetEvents(component, null, false); 1154return GetEvents(component, null, noCustomTypeDesc); 1164return GetEvents(component, attributes, false);
System.Data.Common (1)
System\Data\Common\DbConnectionStringBuilder.cs (1)
653return TypeDescriptor.GetEvents(this, attributes, true);