1 write to modelSearchService
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\ObjectReferenceService.cs (1)
196
this.
modelSearchService
= modelSearchService as ModelSearchServiceImpl;
4 references to modelSearchService
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\ObjectReferenceService.cs (4)
98
if (this.
modelSearchService
!= null)
100
ModelItem modelItem = this.
modelSearchService
.FindModelItem(startLine, startColumn, endLine, endColumn);
177
if (this.
modelSearchService
!= null)
182
SourceLocation updatedSourceLocation = this.
modelSearchService
.FindSourceLocation(this.modelTreeManager.GetModelItem(subscribedObject));