11 references to GetEvents
System (3)
compmod\system\componentmodel\TypeDescriptor.cs (3)
1766
return
GetEvents
(component, null, false);
1775
return
GetEvents
(component, null, noCustomTypeDesc);
1784
return
GetEvents
(component, attributes, false);
System.Activities (1)
System\Activities\DynamicActivityTypeDescriptor.cs (1)
79
return TypeDescriptor.
GetEvents
(this.owner, attributes, true);
System.Data (1)
fx\src\data\System\Data\Common\DbConnectionStringBuilder.cs (1)
513
return TypeDescriptor.
GetEvents
(this, attributes, true);
System.Web (4)
UI\WebControls\ErrorStyle.cs (1)
56
return TypeDescriptor.
GetEvents
(this, attributes, true);
UI\WebControls\ErrorTableItemStyle.cs (1)
54
return TypeDescriptor.
GetEvents
(this, attributes, true);
UI\WebControls\SubMenuStyle.cs (1)
263
return TypeDescriptor.
GetEvents
(this, attributes, true);
UI\WebParts\WebPartMenuStyle.cs (1)
173
return TypeDescriptor.
GetEvents
(this, attributes, true);
System.Windows.Forms (1)
winforms\Managed\System\WinForms\AxHost.cs (1)
2815
return TypeDescriptor.
GetEvents
(this, attributes, true);
System.Workflow.Runtime (1)
System\Activities\Statements\Interop.cs (1)
585
return TypeDescriptor.
GetEvents
(this, attributes, true);