7 references to GetModelItem
System.Data (7)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (2)
652ModelItem modelItem = this.modelTreeManager.GetModelItem(kvp.Key); 668ModelItem modelItem = this.modelTreeManager.GetModelItem(unresolvedObject);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (1)
725ModelItem modelItem = GetModelItem(instance);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\ObjectReferenceService.cs (1)
182SourceLocation updatedSourceLocation = this.modelSearchService.FindSourceLocation(this.modelTreeManager.GetModelItem(subscribedObject));
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Validation\ValidationService.cs (3)
686ModelItem errorModelItem = this.modelTreeManager.GetModelItem(errorItem); 817modelItem = this.modelTreeManager.GetModelItem(workflowElement); 886ModelItem modelItem = this.modelTreeManager.GetModelItem(sourceDetail) ?? FindModelItem(this.modelTreeManager, sourceDetail);