1 write to modelTreeManager
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Model\EditingScope.cs (1)
31
this.
modelTreeManager
= modelTreeManager;
8 references to modelTreeManager
System.Activities.Presentation (8)
System.Activities.Presentation\System\Activities\Presentation\Model\EditingScope.cs (8)
164
this.
modelTreeManager
.RegisterModelTreeChangeEvents(this);
215
this.
modelTreeManager
.UnregisterModelTreeChangeEvents(this);
218
this.
modelTreeManager
.OnEditingScopeCompleted(this);
223
ValidationService validationService = this.
modelTreeManager
.Context.Services.GetService<ValidationService>();
232
ValidationService validationService = this.
modelTreeManager
.Context.Services.GetService<ValidationService>();
241
return this.
modelTreeManager
.CanEditingScopeComplete(this);
278
this.
modelTreeManager
.UnregisterModelTreeChangeEvents(this);
279
this.
modelTreeManager
.OnEditingScopeReverted(this);