Home
last modified time | relevance | path

Searched refs:IReferenceService (Results 1 – 25 of 48) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/
H A DReferenceConverter.cs64IReferenceService refSvc = (IReferenceService)context.GetService(typeof(IReferenceService)); in ConvertFrom()
104IReferenceService refSvc = (IReferenceService)context.GetService(typeof(IReferenceService)); in ConvertTo()
150IReferenceService refSvc = (IReferenceService)context.GetService(typeof(IReferenceService)); in GetStandardValues()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/
H A DReferenceConverter.cs63IReferenceService refSvc = (IReferenceService)context.GetService(typeof(IReferenceService)); in ConvertFrom()
108IReferenceService refSvc = (IReferenceService) context?.GetService(typeof(IReferenceService)); in ConvertTo()
155IReferenceService refSvc = (IReferenceService)context.GetService(typeof(IReferenceService)); in GetStandardValues()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.Activities/Rules/Design/
H A DLogicalExpressionEditor.cs42IReferenceService rs = serviceProvider.GetService(typeof(IReferenceService)) as IReferenceService; in EditValue()
106IReferenceService rs = serviceProvider.GetService(typeof(IReferenceService)) as IReferenceService; in EditValue()
150IReferenceService rs = serviceProvider.GetService(typeof(IReferenceService)) as IReferenceService; in EditValue()
208IReferenceService rs = serviceProvider.GetService(typeof(IReferenceService)) as IReferenceService; in EditValue()
H A DLogicalExpressionTypeConverter.cs26IReferenceService referenceService = ((IReferenceService)this.ServiceProvider.GetService(typeof(IR… in GetRuleDefinitions()
28 …g.Format(CultureInfo.CurrentCulture, Messages.MissingService, typeof(IReferenceService).FullName)); in GetRuleDefinitions()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.ComponentModel/AuthoringOM/Design/
H A DReferenceService.cs11 internal sealed class ReferenceService : IReferenceService, IDisposable
141 IComponent comp = ((IReferenceService)this).GetComponent(cevent.Component); in OnComponentChanged()
241 IComponent IReferenceService.GetComponent(object reference) in IReferenceService.GetComponent()
255 string IReferenceService.GetName(object reference) in IReferenceService.GetName()
269 object IReferenceService.GetReference(string name) in IReferenceService.GetReference()
285 object[] IReferenceService.GetReferences() in IReferenceService.GetReferences()
296 object[] IReferenceService.GetReferences(Type baseType) in IReferenceService.GetReferences()
H A DComponentSerializationService.cs184IReferenceService referenceService = this.serviceProvider.GetService(typeof(IReferenceService)) as… in AddMember()
242IReferenceService referenceService = this.serviceProvider.GetService(typeof(IReferenceService)) as… in DeserializeTo()
316IReferenceService referenceService = this.serviceProvider.GetService(typeof(IReferenceService)) as… in Close()
551IReferenceService rs = serviceProvider.GetService(typeof(IReferenceService)) as IReferenceService; in GetComponent()
H A DUITypeEditors.cs69IReferenceService rs = serviceProvider.GetService(typeof(IReferenceService)) as IReferenceService; in EditValue()
H A DXomlDesignerLoader.cs61 LoaderHost.RemoveService(typeof(IReferenceService)); in Initialize()
62 if (LoaderHost.GetService(typeof(IReferenceService)) == null) in Initialize()
63 LoaderHost.AddService(typeof(IReferenceService), callback); in Initialize()
414 else if (serviceType == typeof(IReferenceService)) in OnCreateService()
439 if (serviceType == typeof(IReferenceService)) in OnDisposeService()
875IReferenceService referenceService = this.serviceProvider.GetService(typeof(IReferenceService)) as… in OnPropertyGridAdornments()
H A DWorkflowInlining.cs276 LoaderHost.RemoveService(typeof(IReferenceService)); in Initialize()
277 LoaderHost.AddService(typeof(IReferenceService), callback); in Initialize()
284 if (serviceType == typeof(IReferenceService)) in OnCreateService()
H A DActivityDesignerLayoutSerializers.cs210IReferenceService referenceService = serializationManager.GetService(typeof(IReferenceService)) as… in CreateInstance()
H A DCompositeActivityDesigner.cs1483IReferenceService referenceService = GetService(typeof(IReferenceService)) as IReferenceService; in OnComponentChanged()
H A DActivityDesigner.cs2241IReferenceService referenceService = GetService(typeof(IReferenceService)) as IReferenceService; in OnComponentChanged()
H A DDesignerHelpers.cs1588IReferenceService referenceService = serviceProvider.GetService(typeof(IReferenceService)) as IRef… in CreateUniqueMethodName()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.ComponentModel/AuthoringOM/Serializer/
H A DActivityCodeDomReferenceService.cs32 internal sealed class ActivityCodeDomReferenceService : IReferenceService
34 private IReferenceService refService;
36 public ActivityCodeDomReferenceService(IReferenceService referenceService) in ActivityCodeDomReferenceService()
H A DActivityCodeDomSerializationManager.cs134 if (serviceType == typeof(IReferenceService)) in GetService()
135 …ityCodeDomReferenceService(this.serializationManager.GetService(serviceType) as IReferenceService); in GetService()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/tests/
H A DReferenceConverterTests.cs43 class TestReferenceService : IReferenceService
109 private IReferenceService reference_service = null;
116 public TestTypeDescriptorContext(IReferenceService referenceService) in TestTypeDescriptorContext()
149 if (serviceType == typeof(IReferenceService)) in GetService()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.ComponentModel/
H A DReferenceConverterTest.cs47 class TestReferenceService : IReferenceService
111 private IReferenceService reference_service = null;
118 public TestTypeDescriptorContext (IReferenceService referenceService) in TestTypeDescriptorContext()
148 if (serviceType == typeof (IReferenceService)) in GetService()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/design/
H A DIReferenceService.cs19 public interface IReferenceService { interface
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/Design/
H A DIReferenceService.cs18 public interface IReferenceService interface
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.Activities/Designers/
H A DStateDesignerConnector.cs279IReferenceService referenceService = serializationManager.GetService(typeof(IReferenceService)) as… in CreateInstance()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Design/System.ComponentModel.Design/
H A DReferenceService.cs39 internal class ReferenceService : IReferenceService, IDisposable
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.ComponentModel/AuthoringOM/Design/Dialogs/
H A DActivityBindForm.cs184IReferenceService rs = this.context.GetService(typeof(IReferenceService)) as IReferenceService; in ActivityBindForm_Load()
313IReferenceService rs = this.context.GetService(typeof(IReferenceService)) as IReferenceService; in ValidateNewMemberBind()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.ComponentModel/Shared/
H A DBasePropertyDescriptor.cs47IReferenceService referenceService = serviceProvider.GetService(typeof(IReferenceService)) as IRef… in GetSite()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.Activities/Common/
H A DBasePropertyDescriptor.cs48IReferenceService referenceService = serviceProvider.GetService(typeof(IReferenceService)) as IRef… in GetSite()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Design/System.ComponentModel.Design.Serialization/
H A DCodeDomSerializerBase.cs179IReferenceService service = manager.GetService (typeof (IReferenceService)) as IReferenceService; in GetExpression()

12