1 write to modelTreeManager
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Model\ImmediateEditingScope.cs (1)
22this.modelTreeManager = modelTreeManager;
3 references to modelTreeManager
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\Model\ImmediateEditingScope.cs (3)
30this.modelTreeManager.OnEditingScopeCompleted(this); 37this.modelTreeManager.OnEditingScopeReverted(this); 42ReadOnlyState readOnlyState = this.modelTreeManager.Context.Items.GetValue<ReadOnlyState>();