1 implementation of GetEventProperties
System.Windows.Forms.Design (1)
System\ComponentModel\Design\EventBindingService.cs (1)
172PropertyDescriptorCollection IEventBindingService.GetEventProperties(EventDescriptorCollection events)
5 references to GetEventProperties
System.Windows.Forms (2)
System\Windows\Forms\Design\EventsTab.cs (2)
94/// The <see cref="EventsTab"/> uses <see cref="IEventBindingService.GetEventProperties(EventDescriptorCollection)"/> 109var componentEventProperties = eventBindingService.GetEventProperties(
System.Windows.Forms.Design (3)
System\ComponentModel\Design\Serialization\CodeDomComponentSerializationService.CodeDomSerializationStore.ComponentListCodeDomSerializer.cs (2)
418PropertyDescriptorCollection eventProps = ebs.GetEventProperties(TypeDescriptor.GetEvents(comp)); 596PropertyDescriptorCollection events = ebs.GetEventProperties(TypeDescriptor.GetEvents(data._value));
System\Windows\Forms\Design\CommandSet.cs (1)
1964PropertyDescriptorCollection eventProps = evs.GetEventProperties(TypeDescriptor.GetEvents(curComp));