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