3 references to EventBindingService
System.Design (1)
artifacts\obj\System.Design.Facade\Release\net9.0\System.Design.Forwards.cs (1)
34
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.
EventBindingService
))]
System.Windows.Forms.Design (2)
System\ComponentModel\Design\EventBindingService.EventPropertyDescriptor.cs (2)
21
private readonly
EventBindingService
_eventService;
27
internal EventPropertyDescriptor(EventDescriptor eventDesc,
EventBindingService
eventSvc) : base(eventDesc, null)