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