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