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