7 references to GetEvents
System (1)
compmod\system\componentmodel\ReflectTypeDescriptionProvider.cs (1)
1708return TypeDescriptor.GetEvents(instance)[attr.Name];
System.Web (1)
UI\TargetFrameworkUtil.cs (1)
419eventDescriptors = TypeDescriptor.GetEvents(instance);
System.Web.Mobile (1)
UI\MobileControls\DeviceSpecificChoice.cs (1)
267EventDescriptor ed = TypeDescriptor.GetEvents(parentObject).Find(eventName, true);
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Binding.cs (1)
565EventDescriptorCollection eventInfos = TypeDescriptor.GetEvents(control);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
735eventDesc = TypeDescriptor.GetEvents(eventObj)[propertyInfo.Name];
System.Workflow.ComponentModel (2)
AuthoringOM\Design\PropertyDescriptors.cs (1)
223foreach (EventDescriptor eventDesc in TypeDescriptor.GetEvents(eventOwner))
AuthoringOM\Serializer\DependencyObjectCodeDomSerializer.cs (1)
145foreach (EventDescriptor eventDesc in TypeDescriptor.GetEvents(dependencyObject))