34 implementations of GetEvents
System (5)
compmod\system\componentmodel\CustomTypeDescriptor.cs (1)
172public virtual EventDescriptorCollection GetEvents(Attribute[] attributes)
compmod\system\componentmodel\TypeDescriptor.cs (4)
3578EventDescriptorCollection ICustomTypeDescriptor.GetEvents(Attribute[] attributes) 3831EventDescriptorCollection ICustomTypeDescriptor.GetEvents(Attribute[] attributes) 4250EventDescriptorCollection ICustomTypeDescriptor.GetEvents(Attribute[] attributes) 4581EventDescriptorCollection ICustomTypeDescriptor.GetEvents(Attribute[] attributes)
System.Activities (3)
System\Activities\DynamicActivity.cs (2)
181EventDescriptorCollection ICustomTypeDescriptor.GetEvents(Attribute[] attributes) 369EventDescriptorCollection ICustomTypeDescriptor.GetEvents(Attribute[] attributes)
System\Activities\DynamicActivityTypeDescriptor.cs (1)
77public EventDescriptorCollection GetEvents(Attribute[] attributes)
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
740EventDescriptorCollection ICustomTypeDescriptor.GetEvents(Attribute[] attributes)
System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
285public EventDescriptorCollection GetEvents(Attribute[] attributes)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (1)
1243EventDescriptorCollection ICustomTypeDescriptor.GetEvents(Attribute[] attributes)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemImpl.cs (1)
366EventDescriptorCollection ICustomTypeDescriptor.GetEvents(Attribute[] attributes)
System.Data (9)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
740EventDescriptorCollection ICustomTypeDescriptor.GetEvents(Attribute[] attributes)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
285public EventDescriptorCollection GetEvents(Attribute[] attributes)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (1)
1243EventDescriptorCollection ICustomTypeDescriptor.GetEvents(Attribute[] attributes)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemImpl.cs (1)
366EventDescriptorCollection ICustomTypeDescriptor.GetEvents(Attribute[] attributes)
fx\src\data\System\Data\Common\DataRecordInternal.cs (1)
320EventDescriptorCollection ICustomTypeDescriptor.GetEvents(Attribute[] attributes) {
fx\src\data\System\Data\Common\DbConnectionStringBuilder.cs (1)
512EventDescriptorCollection ICustomTypeDescriptor.GetEvents(Attribute[] attributes) {
fx\src\data\System\Data\Common\dbdatarecord.cs (1)
121EventDescriptorCollection ICustomTypeDescriptor.GetEvents(Attribute[] attributes) {
fx\src\data\System\Data\DataRowView.cs (1)
291EventDescriptorCollection ICustomTypeDescriptor.GetEvents(Attribute[] attributes) {
fx\src\data\System\Data\DataViewManagerListItemTypeDescriptor.cs (1)
105EventDescriptorCollection ICustomTypeDescriptor.GetEvents(Attribute[] attributes) {
System.Web (6)
UI\WebControls\ErrorStyle.cs (1)
55EventDescriptorCollection ICustomTypeDescriptor.GetEvents(Attribute[] attributes) {
UI\WebControls\ErrorTableItemStyle.cs (1)
53EventDescriptorCollection ICustomTypeDescriptor.GetEvents(Attribute[] attributes) {
UI\WebControls\SubMenuStyle.cs (1)
262 EventDescriptorCollection ICustomTypeDescriptor.GetEvents(Attribute[] attributes) {
UI\WebControls\XmlDataSourceNodeDescriptor.cs (1)
72EventDescriptorCollection ICustomTypeDescriptor.GetEvents(Attribute[] attrs) {
UI\WebControls\XmlHierarchyData.cs (1)
161EventDescriptorCollection ICustomTypeDescriptor.GetEvents(Attribute[] attrs) {
UI\WebParts\WebPartMenuStyle.cs (1)
172EventDescriptorCollection ICustomTypeDescriptor.GetEvents(Attribute[] attributes) {
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceWrapper.cs (1)
86EventDescriptorCollection ICustomTypeDescriptor.GetEvents(Attribute[] attributes) { return null; }
System.Web.Mobile (1)
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
1124EventDescriptorCollection ICustomTypeDescriptor.GetEvents(Attribute[] attributes)
System.Windows.Forms (2)
winforms\Managed\System\WinForms\AxHost.cs (1)
2814EventDescriptorCollection ICustomTypeDescriptor.GetEvents(Attribute[] attributes) {
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\ComNativeDescriptor.cs (1)
547EventDescriptorCollection ICustomTypeDescriptor.GetEvents(Attribute[] attributes)
System.Workflow.Runtime (1)
System\Activities\Statements\Interop.cs (1)
583EventDescriptorCollection ICustomTypeDescriptor.GetEvents(Attribute[] attributes)
WindowsBase (2)
Base\MS\Internal\ComponentModel\APCustomTypeDescriptor.cs (1)
213public EventDescriptorCollection GetEvents(Attribute[] attributes) { return _parent.GetEvents(attributes); }
Base\MS\Internal\ComponentModel\DPCustomTypeDescriptor.cs (1)
234public EventDescriptorCollection GetEvents(Attribute[] attributes) { return _parent.GetEvents(attributes); }
14 references to GetEvents
System (10)
compmod\system\componentmodel\CustomTypeDescriptor.cs (1)
176return _parent.GetEvents(attributes);
compmod\system\componentmodel\TypeDescriptor.cs (9)
1748EventDescriptorCollection events = GetDescriptor(componentType, "componentType").GetEvents(attributes); 1833results = typeDesc.GetEvents(attributes); 1839ICollection extResults = extDesc.GetEvents(attributes); 1852results = typeDesc.GetEvents(attributes); 1857ICollection extResults = extDesc.GetEvents(attributes); 3833EventDescriptorCollection events = _primary.GetEvents(attributes); 3836events = _secondary.GetEvents(attributes); 4270EventDescriptorCollection evts = desc.GetEvents(attributes); 4597events = desc.GetEvents(attributes);
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
742return _provider.MergeEvents(_objectType, _parent.GetEvents(attributes));
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
742return _provider.MergeEvents(_objectType, _parent.GetEvents(attributes));
WindowsBase (2)
Base\MS\Internal\ComponentModel\APCustomTypeDescriptor.cs (1)
213public EventDescriptorCollection GetEvents(Attribute[] attributes) { return _parent.GetEvents(attributes); }
Base\MS\Internal\ComponentModel\DPCustomTypeDescriptor.cs (1)
234public EventDescriptorCollection GetEvents(Attribute[] attributes) { return _parent.GetEvents(attributes); }