6 references to GetEvents
System.ComponentModel.TypeConverter (3)
System\ComponentModel\TypeDescriptor.cs (3)
1149
return
GetEvents
(component, null, false);
1159
return
GetEvents
(component, null, noCustomTypeDesc);
1169
return
GetEvents
(component, attributes, false);
System.Data.Common (1)
System\Data\Common\DbConnectionStringBuilder.cs (1)
653
return 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)
110
TypeDescriptor.
GetEvents
(component, attributes, noCustomTypeDesc: false));