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