6 references to GetEvents
System.ComponentModel.TypeConverter (3)
System\ComponentModel\TypeDescriptor.cs (3)
1149return GetEvents(component, null, false); 1159return GetEvents(component, null, noCustomTypeDesc); 1169return GetEvents(component, attributes, false);
System.Data.Common (1)
System\Data\Common\DbConnectionStringBuilder.cs (1)
653return TypeDescriptor.GetEvents(this, attributes, true);
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.cs (1)
2506=> TypeDescriptor.GetEvents(this, attributes, noCustomTypeDesc: true);
System\Windows\Forms\Design\EventsTab.cs (1)
110TypeDescriptor.GetEvents(component, attributes, noCustomTypeDesc: false));