1 write to modelTreeManager
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Validation\ValidationService.cs (1)
296this.modelTreeManager = modelTreeManager;
9 references to modelTreeManager
System.Data (9)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Validation\ValidationService.cs (9)
601Fx.Assert(this.modelTreeManager != null, "ModelTreeManager is null."); // ModelTreeManager should not be null 686ModelItem errorModelItem = this.modelTreeManager.GetModelItem(errorItem); 704ErrorsMarkedEventArgs arg = new ErrorsMarkedEventArgs(errors, reason, this.modelTreeManager, this.context); 817modelItem = this.modelTreeManager.GetModelItem(workflowElement); 844if (this.modelTreeManager.Root != null) 846sourceDetail = modelTreeManager.Root.GetCurrentValue(); 885Fx.Assert(this.modelTreeManager != null, "ModelTreeManager is null."); 886ModelItem modelItem = this.modelTreeManager.GetModelItem(sourceDetail) ?? FindModelItem(this.modelTreeManager, sourceDetail);