4 references to GetModelItemFromSourceLocation
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (4)
130
ModelItem mi = this.
GetModelItemFromSourceLocation
(exactLocation, /* forceCreate */ true);
229
this.currentModelItem = this.
GetModelItemFromSourceLocation
(this.currentLocation, /* forceCreate */ true);
234
this.currentModelItemContext = this.
GetModelItemFromSourceLocation
(this.currentContext, /* forceCreate */ true);
828
return
GetModelItemFromSourceLocation
(sourceLocation, /* forceCreate = */ false);