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