5 references to Find
System (1)
compmod\system\componentmodel\EventDescriptorCollection.cs (1)
136return Find(name, false);
System.Web (3)
HttpApplication.cs (2)
1898EventDescriptor foundEvent = events.Find(eventName, true); 1903foundEvent = events.Find(eventName, true);
UI\ControlBuilder.cs (1)
1070EventDescriptor eventDesc = EventDescriptors.Find(eventName, true);
System.Web.Mobile (1)
UI\MobileControls\DeviceSpecificChoice.cs (1)
267EventDescriptor ed = TypeDescriptor.GetEvents(parentObject).Find(eventName, true);