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