Home
last modified time | relevance | path

Searched refs:IEventBindingService (Results 1 – 25 of 43) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Design/System.ComponentModel.Design/
H A DEventBindingService.cs38 public abstract class EventBindingService : IEventBindingService
77 #region IEventBindingService implementation
79 …string IEventBindingService.CreateUniqueMethodName (IComponent component, EventDescriptor eventDes… in IEventBindingService.CreateUniqueMethodName()
89 ICollection IEventBindingService.GetCompatibleMethods (EventDescriptor eventDescriptor) in IEventBindingService.GetCompatibleMethods()
97 EventDescriptor IEventBindingService.GetEvent (PropertyDescriptor property) in IEventBindingService.GetEvent()
109 …PropertyDescriptorCollection IEventBindingService.GetEventProperties (EventDescriptorCollection ev… in IEventBindingService.GetEventProperties()
116 properties.Add (((IEventBindingService)this).GetEventProperty (eventDescriptor)); in IEventBindingService.GetEventProperties()
121 PropertyDescriptor IEventBindingService.GetEventProperty (EventDescriptor eventDescriptor) in IEventBindingService.GetEventProperty()
129 bool IEventBindingService.ShowCode (IComponent component, EventDescriptor eventDescriptor) in IEventBindingService.ShowCode()
139 bool IEventBindingService.ShowCode (int lineNumber) in IEventBindingService.ShowCode()
[all …]
H A DComponentDesigner.cs210IEventBindingService eventBindingService = GetService (typeof(IEventBindingService)) as IEventBind… in DoDefaultAction()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms.Design/
H A DEventsTab.cs60 IEventBindingService eventPropertySvc = null; in GetProperties()
64 …eventPropertySvc = (IEventBindingService) serviceProvider.GetService(typeof(IEventBindingService)); in GetProperties()
94IEventBindingService eventPropertySvc = (IEventBindingService) serviceProvider.GetService(typeof(I… in GetDefaultProperty()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Design/System.ComponentModel.Design.Serialization/
H A DEventCodeDomSerializer.cs64IEventBindingService service = manager.GetService (typeof (IEventBindingService)) as IEventBinding… in Serialize()
81IEventBindingService service = manager.GetService (typeof (IEventBindingService)) as IEventBinding… in ShouldSerialize()
H A DCodeDomSerializerBase.cs815IEventBindingService service = manager.GetService (typeof (IEventBindingService)) as IEventBinding… in DeserializeStatement()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.ComponentModel/AuthoringOM/Serializer/
H A DDependencyObjectCodeDomSerializer.cs140IEventBindingService eventBindingService = manager.GetService(typeof(IEventBindingService)) as IEv… in Serialize()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/Design/
H A DIEventPropertyService.cs16 public interface IEventBindingService interface
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/design/
H A DIEventPropertyService.cs17 public interface IEventBindingService { interface
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.ComponentModel/AuthoringOM/Design/
H A DPropertyDescriptors.cs220IEventBindingService eventBindingService = serviceProvider.GetService(typeof(IEventBindingService)… in GetPropertiesForEvents()
357IEventBindingService eventBindingService = ServiceProvider.GetService(typeof(IEventBindingService)… in SetValue()
H A DComponentSerializationService.cs334IEventBindingService eventBindingService = this.serviceProvider.GetService(typeof(IEventBindingSer… in Close()
H A DActivityDesigner.cs1213IEventBindingService eventBindingService = (IEventBindingService)GetService(typeof(IEventBindingSe… in DoDefaultAction()
2096IEventBindingService eventBindingService = GetService(typeof(IEventBindingService)) as IEventBindi… in OnGenerateEventHandler()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.Design.cs451 …blic abstract partial class EventBindingService : System.ComponentModel.Design.IEventBindingService
461 …string System.ComponentModel.Design.IEventBindingService.CreateUniqueMethodName(System.ComponentMo… in System.ComponentModel.Design.IEventBindingService.CreateUniqueMethodName()
462 …System.Collections.ICollection System.ComponentModel.Design.IEventBindingService.GetCompatibleMeth… in System.ComponentModel.Design.IEventBindingService.GetCompatibleMethods()
463 …System.ComponentModel.EventDescriptor System.ComponentModel.Design.IEventBindingService.GetEvent(S… in System.ComponentModel.Design.IEventBindingService.GetEvent()
464 …ntModel.PropertyDescriptorCollection System.ComponentModel.Design.IEventBindingService.GetEventPro… in System.ComponentModel.Design.IEventBindingService.GetEventProperties()
465 …System.ComponentModel.PropertyDescriptor System.ComponentModel.Design.IEventBindingService.GetEven… in System.ComponentModel.Design.IEventBindingService.GetEventProperty()
466 bool System.ComponentModel.Design.IEventBindingService.ShowCode() { throw null; } in System.ComponentModel.Design.IEventBindingService.ShowCode()
467 …bool System.ComponentModel.Design.IEventBindingService.ShowCode(System.ComponentModel.IComponent c… in System.ComponentModel.Design.IEventBindingService.ShowCode()
468 … bool System.ComponentModel.Design.IEventBindingService.ShowCode(int lineNumber) { throw null; } in System.ComponentModel.Design.IEventBindingService.ShowCode()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.Design.cs450 …blic abstract partial class EventBindingService : System.ComponentModel.Design.IEventBindingService
460 …string System.ComponentModel.Design.IEventBindingService.CreateUniqueMethodName(System.ComponentMo… in System.ComponentModel.Design.IEventBindingService.CreateUniqueMethodName()
461 …System.Collections.ICollection System.ComponentModel.Design.IEventBindingService.GetCompatibleMeth… in System.ComponentModel.Design.IEventBindingService.GetCompatibleMethods()
462 …System.ComponentModel.EventDescriptor System.ComponentModel.Design.IEventBindingService.GetEvent(S… in System.ComponentModel.Design.IEventBindingService.GetEvent()
463 …ntModel.PropertyDescriptorCollection System.ComponentModel.Design.IEventBindingService.GetEventPro… in System.ComponentModel.Design.IEventBindingService.GetEventProperties()
464 …System.ComponentModel.PropertyDescriptor System.ComponentModel.Design.IEventBindingService.GetEven… in System.ComponentModel.Design.IEventBindingService.GetEventProperty()
465 bool System.ComponentModel.Design.IEventBindingService.ShowCode() { throw null; } in System.ComponentModel.Design.IEventBindingService.ShowCode()
466 …bool System.ComponentModel.Design.IEventBindingService.ShowCode(System.ComponentModel.IComponent c… in System.ComponentModel.Design.IEventBindingService.ShowCode()
467 … bool System.ComponentModel.Design.IEventBindingService.ShowCode(int lineNumber) { throw null; } in System.ComponentModel.Design.IEventBindingService.ShowCode()
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.Design.cs417 …blic abstract partial class EventBindingService : System.ComponentModel.Design.IEventBindingService
427 …string System.ComponentModel.Design.IEventBindingService.CreateUniqueMethodName(System.ComponentMo… in System.ComponentModel.Design.IEventBindingService.CreateUniqueMethodName()
428 …System.Collections.ICollection System.ComponentModel.Design.IEventBindingService.GetCompatibleMeth… in System.ComponentModel.Design.IEventBindingService.GetCompatibleMethods()
429 …System.ComponentModel.EventDescriptor System.ComponentModel.Design.IEventBindingService.GetEvent(S… in System.ComponentModel.Design.IEventBindingService.GetEvent()
430 …ntModel.PropertyDescriptorCollection System.ComponentModel.Design.IEventBindingService.GetEventPro… in System.ComponentModel.Design.IEventBindingService.GetEventProperties()
431 …System.ComponentModel.PropertyDescriptor System.ComponentModel.Design.IEventBindingService.GetEven… in System.ComponentModel.Design.IEventBindingService.GetEventProperty()
432 bool System.ComponentModel.Design.IEventBindingService.ShowCode() { throw null; } in System.ComponentModel.Design.IEventBindingService.ShowCode()
433 …bool System.ComponentModel.Design.IEventBindingService.ShowCode(System.ComponentModel.IComponent c… in System.ComponentModel.Design.IEventBindingService.ShowCode()
434 … bool System.ComponentModel.Design.IEventBindingService.ShowCode(int lineNumber) { throw null; } in System.ComponentModel.Design.IEventBindingService.ShowCode()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.Design.cs420 …blic abstract partial class EventBindingService : System.ComponentModel.Design.IEventBindingService
430 …string System.ComponentModel.Design.IEventBindingService.CreateUniqueMethodName(System.ComponentMo… in System.ComponentModel.Design.IEventBindingService.CreateUniqueMethodName()
431 …System.Collections.ICollection System.ComponentModel.Design.IEventBindingService.GetCompatibleMeth… in System.ComponentModel.Design.IEventBindingService.GetCompatibleMethods()
432 …System.ComponentModel.EventDescriptor System.ComponentModel.Design.IEventBindingService.GetEvent(S… in System.ComponentModel.Design.IEventBindingService.GetEvent()
433 …ntModel.PropertyDescriptorCollection System.ComponentModel.Design.IEventBindingService.GetEventPro… in System.ComponentModel.Design.IEventBindingService.GetEventProperties()
434 …System.ComponentModel.PropertyDescriptor System.ComponentModel.Design.IEventBindingService.GetEven… in System.ComponentModel.Design.IEventBindingService.GetEventProperty()
435 bool System.ComponentModel.Design.IEventBindingService.ShowCode() { throw null; } in System.ComponentModel.Design.IEventBindingService.ShowCode()
436 …bool System.ComponentModel.Design.IEventBindingService.ShowCode(System.ComponentModel.IComponent c… in System.ComponentModel.Design.IEventBindingService.ShowCode()
437 … bool System.ComponentModel.Design.IEventBindingService.ShowCode(int lineNumber) { throw null; } in System.ComponentModel.Design.IEventBindingService.ShowCode()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.Design.cs420 …blic abstract partial class EventBindingService : System.ComponentModel.Design.IEventBindingService
430 …string System.ComponentModel.Design.IEventBindingService.CreateUniqueMethodName(System.ComponentMo… in System.ComponentModel.Design.IEventBindingService.CreateUniqueMethodName()
431 …System.Collections.ICollection System.ComponentModel.Design.IEventBindingService.GetCompatibleMeth… in System.ComponentModel.Design.IEventBindingService.GetCompatibleMethods()
432 …System.ComponentModel.EventDescriptor System.ComponentModel.Design.IEventBindingService.GetEvent(S… in System.ComponentModel.Design.IEventBindingService.GetEvent()
433 …ntModel.PropertyDescriptorCollection System.ComponentModel.Design.IEventBindingService.GetEventPro… in System.ComponentModel.Design.IEventBindingService.GetEventProperties()
434 …System.ComponentModel.PropertyDescriptor System.ComponentModel.Design.IEventBindingService.GetEven… in System.ComponentModel.Design.IEventBindingService.GetEventProperty()
435 bool System.ComponentModel.Design.IEventBindingService.ShowCode() { throw null; } in System.ComponentModel.Design.IEventBindingService.ShowCode()
436 …bool System.ComponentModel.Design.IEventBindingService.ShowCode(System.ComponentModel.IComponent c… in System.ComponentModel.Design.IEventBindingService.ShowCode()
437 … bool System.ComponentModel.Design.IEventBindingService.ShowCode(int lineNumber) { throw null; } in System.ComponentModel.Design.IEventBindingService.ShowCode()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.Design.cs454 …blic abstract partial class EventBindingService : System.ComponentModel.Design.IEventBindingService
464 …string System.ComponentModel.Design.IEventBindingService.CreateUniqueMethodName(System.ComponentMo… in System.ComponentModel.Design.IEventBindingService.CreateUniqueMethodName()
465 …System.Collections.ICollection System.ComponentModel.Design.IEventBindingService.GetCompatibleMeth… in System.ComponentModel.Design.IEventBindingService.GetCompatibleMethods()
466 …System.ComponentModel.EventDescriptor System.ComponentModel.Design.IEventBindingService.GetEvent(S… in System.ComponentModel.Design.IEventBindingService.GetEvent()
467 …ntModel.PropertyDescriptorCollection System.ComponentModel.Design.IEventBindingService.GetEventPro… in System.ComponentModel.Design.IEventBindingService.GetEventProperties()
468 …System.ComponentModel.PropertyDescriptor System.ComponentModel.Design.IEventBindingService.GetEven… in System.ComponentModel.Design.IEventBindingService.GetEventProperty()
469 bool System.ComponentModel.Design.IEventBindingService.ShowCode() { throw null; } in System.ComponentModel.Design.IEventBindingService.ShowCode()
470 …bool System.ComponentModel.Design.IEventBindingService.ShowCode(System.ComponentModel.IComponent c… in System.ComponentModel.Design.IEventBindingService.ShowCode()
471 … bool System.ComponentModel.Design.IEventBindingService.ShowCode(int lineNumber) { throw null; } in System.ComponentModel.Design.IEventBindingService.ShowCode()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.Design.cs454 …blic abstract partial class EventBindingService : System.ComponentModel.Design.IEventBindingService
464 …string System.ComponentModel.Design.IEventBindingService.CreateUniqueMethodName(System.ComponentMo… in System.ComponentModel.Design.IEventBindingService.CreateUniqueMethodName()
465 …System.Collections.ICollection System.ComponentModel.Design.IEventBindingService.GetCompatibleMeth… in System.ComponentModel.Design.IEventBindingService.GetCompatibleMethods()
466 …System.ComponentModel.EventDescriptor System.ComponentModel.Design.IEventBindingService.GetEvent(S… in System.ComponentModel.Design.IEventBindingService.GetEvent()
467 …ntModel.PropertyDescriptorCollection System.ComponentModel.Design.IEventBindingService.GetEventPro… in System.ComponentModel.Design.IEventBindingService.GetEventProperties()
468 …System.ComponentModel.PropertyDescriptor System.ComponentModel.Design.IEventBindingService.GetEven… in System.ComponentModel.Design.IEventBindingService.GetEventProperty()
469 bool System.ComponentModel.Design.IEventBindingService.ShowCode() { throw null; } in System.ComponentModel.Design.IEventBindingService.ShowCode()
470 …bool System.ComponentModel.Design.IEventBindingService.ShowCode(System.ComponentModel.IComponent c… in System.ComponentModel.Design.IEventBindingService.ShowCode()
471 … bool System.ComponentModel.Design.IEventBindingService.ShowCode(int lineNumber) { throw null; } in System.ComponentModel.Design.IEventBindingService.ShowCode()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.Design.cs454 …blic abstract partial class EventBindingService : System.ComponentModel.Design.IEventBindingService
464 …string System.ComponentModel.Design.IEventBindingService.CreateUniqueMethodName(System.ComponentMo… in System.ComponentModel.Design.IEventBindingService.CreateUniqueMethodName()
465 …System.Collections.ICollection System.ComponentModel.Design.IEventBindingService.GetCompatibleMeth… in System.ComponentModel.Design.IEventBindingService.GetCompatibleMethods()
466 …System.ComponentModel.EventDescriptor System.ComponentModel.Design.IEventBindingService.GetEvent(S… in System.ComponentModel.Design.IEventBindingService.GetEvent()
467 …ntModel.PropertyDescriptorCollection System.ComponentModel.Design.IEventBindingService.GetEventPro… in System.ComponentModel.Design.IEventBindingService.GetEventProperties()
468 …System.ComponentModel.PropertyDescriptor System.ComponentModel.Design.IEventBindingService.GetEven… in System.ComponentModel.Design.IEventBindingService.GetEventProperty()
469 bool System.ComponentModel.Design.IEventBindingService.ShowCode() { throw null; } in System.ComponentModel.Design.IEventBindingService.ShowCode()
470 …bool System.ComponentModel.Design.IEventBindingService.ShowCode(System.ComponentModel.IComponent c… in System.ComponentModel.Design.IEventBindingService.ShowCode()
471 … bool System.ComponentModel.Design.IEventBindingService.ShowCode(int lineNumber) { throw null; } in System.ComponentModel.Design.IEventBindingService.ShowCode()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A DSystem.Design.cs420 …blic abstract partial class EventBindingService : System.ComponentModel.Design.IEventBindingService
430 …string System.ComponentModel.Design.IEventBindingService.CreateUniqueMethodName(System.ComponentMo… in System.ComponentModel.Design.IEventBindingService.CreateUniqueMethodName()
431 …System.Collections.ICollection System.ComponentModel.Design.IEventBindingService.GetCompatibleMeth… in System.ComponentModel.Design.IEventBindingService.GetCompatibleMethods()
432 …System.ComponentModel.EventDescriptor System.ComponentModel.Design.IEventBindingService.GetEvent(S… in System.ComponentModel.Design.IEventBindingService.GetEvent()
433 …ntModel.PropertyDescriptorCollection System.ComponentModel.Design.IEventBindingService.GetEventPro… in System.ComponentModel.Design.IEventBindingService.GetEventProperties()
434 …System.ComponentModel.PropertyDescriptor System.ComponentModel.Design.IEventBindingService.GetEven… in System.ComponentModel.Design.IEventBindingService.GetEventProperty()
435 bool System.ComponentModel.Design.IEventBindingService.ShowCode() { throw null; } in System.ComponentModel.Design.IEventBindingService.ShowCode()
436 …bool System.ComponentModel.Design.IEventBindingService.ShowCode(System.ComponentModel.IComponent c… in System.ComponentModel.Design.IEventBindingService.ShowCode()
437 … bool System.ComponentModel.Design.IEventBindingService.ShowCode(int lineNumber) { throw null; } in System.ComponentModel.Design.IEventBindingService.ShowCode()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A DSystem.Design.cs399 …blic abstract partial class EventBindingService : System.ComponentModel.Design.IEventBindingService
409 …string System.ComponentModel.Design.IEventBindingService.CreateUniqueMethodName(System.ComponentMo… in System.ComponentModel.Design.IEventBindingService.CreateUniqueMethodName()
410 …System.Collections.ICollection System.ComponentModel.Design.IEventBindingService.GetCompatibleMeth… in System.ComponentModel.Design.IEventBindingService.GetCompatibleMethods()
411 …System.ComponentModel.EventDescriptor System.ComponentModel.Design.IEventBindingService.GetEvent(S… in System.ComponentModel.Design.IEventBindingService.GetEvent()
412 …ntModel.PropertyDescriptorCollection System.ComponentModel.Design.IEventBindingService.GetEventPro… in System.ComponentModel.Design.IEventBindingService.GetEventProperties()
413 …System.ComponentModel.PropertyDescriptor System.ComponentModel.Design.IEventBindingService.GetEven… in System.ComponentModel.Design.IEventBindingService.GetEventProperty()
414 bool System.ComponentModel.Design.IEventBindingService.ShowCode() { throw null; } in System.ComponentModel.Design.IEventBindingService.ShowCode()
415 …bool System.ComponentModel.Design.IEventBindingService.ShowCode(System.ComponentModel.IComponent c… in System.ComponentModel.Design.IEventBindingService.ShowCode()
416 … bool System.ComponentModel.Design.IEventBindingService.ShowCode(int lineNumber) { throw null; } in System.ComponentModel.Design.IEventBindingService.ShowCode()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DSystem.Design.cs398 …blic abstract partial class EventBindingService : System.ComponentModel.Design.IEventBindingService
408 …string System.ComponentModel.Design.IEventBindingService.CreateUniqueMethodName(System.ComponentMo… in System.ComponentModel.Design.IEventBindingService.CreateUniqueMethodName()
409 …System.Collections.ICollection System.ComponentModel.Design.IEventBindingService.GetCompatibleMeth… in System.ComponentModel.Design.IEventBindingService.GetCompatibleMethods()
410 …System.ComponentModel.EventDescriptor System.ComponentModel.Design.IEventBindingService.GetEvent(S… in System.ComponentModel.Design.IEventBindingService.GetEvent()
411 …ntModel.PropertyDescriptorCollection System.ComponentModel.Design.IEventBindingService.GetEventPro… in System.ComponentModel.Design.IEventBindingService.GetEventProperties()
412 …System.ComponentModel.PropertyDescriptor System.ComponentModel.Design.IEventBindingService.GetEven… in System.ComponentModel.Design.IEventBindingService.GetEventProperty()
413 bool System.ComponentModel.Design.IEventBindingService.ShowCode() { throw null; } in System.ComponentModel.Design.IEventBindingService.ShowCode()
414 …bool System.ComponentModel.Design.IEventBindingService.ShowCode(System.ComponentModel.IComponent c… in System.ComponentModel.Design.IEventBindingService.ShowCode()
415 … bool System.ComponentModel.Design.IEventBindingService.ShowCode(int lineNumber) { throw null; } in System.ComponentModel.Design.IEventBindingService.ShowCode()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/ref/
H A DSystem.ComponentModel.cs1085 public partial interface IEventBindingService interface
/dports/lang/mono/mono-5.10.1.57/mcs/class/Facades/netstandard/
H A DTypeForwarders.cs567 …untime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.IEventBindingService))]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/Facades/
H A Dnetstandard.cs255 …mpilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.Design.IEventBindingService))]

12