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