2 instantiations of TransitionReorderChange
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\TransitionDesigner.xaml.cs (1)
271this.Context.Services.GetService<ModelTreeManager>().AddToCurrentEditingScope(new TransitionReorderChange());
System\Activities\Core\Presentation\TransitionReorderChange.cs (1)
28return new TransitionReorderChange();
1 reference to TransitionReorderChange
System.Activities.Core.Presentation (1)
System\Activities\Core\Presentation\StateContainerEditor.ModelChangeReactions.cs (1)
128return p != null && p.GetType() == typeof(TransitionReorderChange);