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