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