34 implementations of GetEvents
System (5)
compmod\system\componentmodel\CustomTypeDescriptor.cs (1)
155
public virtual EventDescriptorCollection
GetEvents
()
compmod\system\componentmodel\TypeDescriptor.cs (4)
3570
EventDescriptorCollection ICustomTypeDescriptor.
GetEvents
()
3816
EventDescriptorCollection ICustomTypeDescriptor.
GetEvents
()
4227
EventDescriptorCollection ICustomTypeDescriptor.
GetEvents
()
4555
EventDescriptorCollection ICustomTypeDescriptor.
GetEvents
()
System.Activities (3)
System\Activities\DynamicActivity.cs (2)
186
EventDescriptorCollection ICustomTypeDescriptor.
GetEvents
()
374
EventDescriptorCollection ICustomTypeDescriptor.
GetEvents
()
System\Activities\DynamicActivityTypeDescriptor.cs (1)
82
public EventDescriptorCollection
GetEvents
()
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
748
EventDescriptorCollection ICustomTypeDescriptor.
GetEvents
()
System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
290
public EventDescriptorCollection
GetEvents
()
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (1)
1249
EventDescriptorCollection ICustomTypeDescriptor.
GetEvents
()
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemImpl.cs (1)
372
EventDescriptorCollection ICustomTypeDescriptor.
GetEvents
()
System.Data (9)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
748
EventDescriptorCollection ICustomTypeDescriptor.
GetEvents
()
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
290
public EventDescriptorCollection
GetEvents
()
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (1)
1249
EventDescriptorCollection ICustomTypeDescriptor.
GetEvents
()
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemImpl.cs (1)
372
EventDescriptorCollection ICustomTypeDescriptor.
GetEvents
()
fx\src\data\System\Data\Common\DataRecordInternal.cs (1)
316
EventDescriptorCollection ICustomTypeDescriptor.
GetEvents
() {
fx\src\data\System\Data\Common\DbConnectionStringBuilder.cs (1)
509
EventDescriptorCollection ICustomTypeDescriptor.
GetEvents
() {
fx\src\data\System\Data\Common\dbdatarecord.cs (1)
117
EventDescriptorCollection ICustomTypeDescriptor.
GetEvents
() {
fx\src\data\System\Data\DataRowView.cs (1)
287
EventDescriptorCollection ICustomTypeDescriptor.
GetEvents
() {
fx\src\data\System\Data\DataViewManagerListItemTypeDescriptor.cs (1)
94
EventDescriptorCollection ICustomTypeDescriptor.
GetEvents
() {
System.Web (6)
UI\WebControls\ErrorStyle.cs (1)
51
EventDescriptorCollection ICustomTypeDescriptor.
GetEvents
() {
UI\WebControls\ErrorTableItemStyle.cs (1)
49
EventDescriptorCollection ICustomTypeDescriptor.
GetEvents
() {
UI\WebControls\SubMenuStyle.cs (1)
258
EventDescriptorCollection ICustomTypeDescriptor.
GetEvents
() {
UI\WebControls\XmlDataSourceNodeDescriptor.cs (1)
68
EventDescriptorCollection ICustomTypeDescriptor.
GetEvents
() {
UI\WebControls\XmlHierarchyData.cs (1)
157
EventDescriptorCollection ICustomTypeDescriptor.
GetEvents
() {
UI\WebParts\WebPartMenuStyle.cs (1)
168
EventDescriptorCollection ICustomTypeDescriptor.
GetEvents
() {
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceWrapper.cs (1)
85
EventDescriptorCollection ICustomTypeDescriptor.
GetEvents
() { return null; }
System.Web.Mobile (1)
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
1119
EventDescriptorCollection ICustomTypeDescriptor.
GetEvents
()
System.Windows.Forms (2)
winforms\Managed\System\WinForms\AxHost.cs (1)
2804
EventDescriptorCollection ICustomTypeDescriptor.
GetEvents
() {
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\ComNativeDescriptor.cs (1)
539
EventDescriptorCollection ICustomTypeDescriptor.
GetEvents
()
System.Workflow.Runtime (1)
System\Activities\Statements\Interop.cs (1)
588
EventDescriptorCollection ICustomTypeDescriptor.
GetEvents
()
WindowsBase (2)
Base\MS\Internal\ComponentModel\APCustomTypeDescriptor.cs (1)
212
public EventDescriptorCollection
GetEvents
() { return _parent.GetEvents(); }
Base\MS\Internal\ComponentModel\DPCustomTypeDescriptor.cs (1)
233
public EventDescriptorCollection
GetEvents
() { return _parent.GetEvents(); }
11 references to GetEvents
System (6)
compmod\system\componentmodel\CustomTypeDescriptor.cs (1)
159
return _parent.
GetEvents
();
compmod\system\componentmodel\TypeDescriptor.cs (5)
1733
return GetDescriptor(componentType, "componentType").
GetEvents
();
3818
EventDescriptorCollection events = _primary.
GetEvents
();
3821
events = _secondary.
GetEvents
();
4242
EventDescriptorCollection events = desc.
GetEvents
();
4571
events = desc.
GetEvents
();
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
750
return _provider.MergeEvents(_objectType, _parent.
GetEvents
());
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
750
return _provider.MergeEvents(_objectType, _parent.
GetEvents
());
System.Web (1)
UI\TargetFrameworkUtil.cs (1)
404
return descriptor.
GetEvents
();
WindowsBase (2)
Base\MS\Internal\ComponentModel\APCustomTypeDescriptor.cs (1)
212
public EventDescriptorCollection GetEvents() { return _parent.
GetEvents
(); }
Base\MS\Internal\ComponentModel\DPCustomTypeDescriptor.cs (1)
233
public EventDescriptorCollection GetEvents() { return _parent.
GetEvents
(); }