1 implementation of GetEventProperties
System.Windows.Forms.Design (1)
System\ComponentModel\Design\EventBindingService.cs (1)
172
PropertyDescriptorCollection 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)"/>
109
var componentEventProperties = eventBindingService.
GetEventProperties
(
System.Windows.Forms.Design (3)
System\ComponentModel\Design\Serialization\CodeDomComponentSerializationService.CodeDomSerializationStore.ComponentListCodeDomSerializer.cs (2)
418
PropertyDescriptorCollection eventProps = ebs.
GetEventProperties
(TypeDescriptor.GetEvents(comp));
596
PropertyDescriptorCollection events = ebs.
GetEventProperties
(TypeDescriptor.GetEvents(data._value));
System\Windows\Forms\Design\CommandSet.cs (1)
1964
PropertyDescriptorCollection eventProps = evs.
GetEventProperties
(TypeDescriptor.GetEvents(curComp));