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