9 references to GetEvents
System (3)
compmod\system\componentmodel\ReflectPropertyDescriptor.cs (2)
265
realChangedEvent = TypeDescriptor.
GetEvents
(ComponentType)[string.Format(CultureInfo.InvariantCulture, "{0}Changed", Name)];
291
realIPropChangedEvent = TypeDescriptor.
GetEvents
(typeof(INotifyPropertyChanged))["PropertyChanged"];
compmod\system\componentmodel\ReflectTypeDescriptionProvider.cs (1)
1712
return TypeDescriptor.
GetEvents
(_type)[attr.Name];
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\Metadata\MutableAttributeTable.cs (1)
544
EventDescriptor e = TypeDescriptor.
GetEvents
(kv.Key)[kvMember.Key];
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\Metadata\MutableAttributeTable.cs (1)
544
EventDescriptor e = TypeDescriptor.
GetEvents
(kv.Key)[kvMember.Key];
System.Web (3)
HttpApplication.cs (1)
1895
EventDescriptorCollection events = TypeDescriptor.
GetEvents
(targetType);
UI\TargetFrameworkUtil.cs (2)
407
return TypeDescriptor.
GetEvents
(type);
422
eventDescriptors = TypeDescriptor.
GetEvents
(objectType);
System.Web.Mobile (1)
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
1121
return TypeDescriptor.
GetEvents
(this.GetType());