1 write to ModelSearchService
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (1)
111this.ModelSearchService = new ModelSearchServiceImpl(this);
2 references to ModelSearchService
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (1)
543this.context.Services.Publish<ModelSearchService>(this.ModelSearchService);
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.Debugger.cs (1)
50this.objectToSourceLocationMapping = new ObjectToSourceLocationMapping(this.ModelSearchService);