40 references to IEventBindingService
System.Windows.Forms (22)
winforms\Managed\System\WinForms\Design\EventsTab.cs (10)
77
IEventBindingService
eventPropertySvc = GetEventPropertyService(obj, null);
94
private
IEventBindingService
GetEventPropertyService(object obj, ITypeDescriptorContext context) {
96
IEventBindingService
eventPropertySvc = null;
108
eventPropertySvc = (
IEventBindingService
)currentHost.GetService(typeof(
IEventBindingService
));
115
eventPropertySvc = (
IEventBindingService
)site.GetService(typeof(
IEventBindingService
));
120
eventPropertySvc = (
IEventBindingService
)context.GetService(typeof(
IEventBindingService
));
140
IEventBindingService
eventPropertySvc = GetEventPropertyService(component, context);
winforms\Managed\System\WinForms\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (2)
287
eventBindings = (
IEventBindingService
)GetService(typeof(
IEventBindingService
));
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (10)
36
protected
IEventBindingService
eventBindings = null;
55
static
IEventBindingService
targetBindingService;
565
eventBindings = (
IEventBindingService
)GetService(typeof(
IEventBindingService
));
710
eventBindings = (
IEventBindingService
)GetService(typeof(
IEventBindingService
));
910
eventBindings = (
IEventBindingService
)GetService(typeof(
IEventBindingService
));
935
eventBindings = (
IEventBindingService
)site.GetService(typeof(
IEventBindingService
));
System.Workflow.ComponentModel (18)
AuthoringOM\Design\ActivityDesigner.cs (6)
1213
IEventBindingService
eventBindingService = (
IEventBindingService
)GetService(typeof(
IEventBindingService
));
2096
IEventBindingService
eventBindingService = GetService(typeof(
IEventBindingService
)) as
IEventBindingService
;
AuthoringOM\Design\ComponentSerializationService.cs (3)
334
IEventBindingService
eventBindingService = this.serviceProvider.GetService(typeof(
IEventBindingService
)) as
IEventBindingService
;
AuthoringOM\Design\PropertyDescriptors.cs (6)
220
IEventBindingService
eventBindingService = serviceProvider.GetService(typeof(
IEventBindingService
)) as
IEventBindingService
;
357
IEventBindingService
eventBindingService = ServiceProvider.GetService(typeof(
IEventBindingService
)) as
IEventBindingService
;
AuthoringOM\Serializer\DependencyObjectCodeDomSerializer.cs (3)
140
IEventBindingService
eventBindingService = manager.GetService(typeof(
IEventBindingService
)) as
IEventBindingService
;