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