2 references to AreListsIdenticalExceptOrder
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\DragDropHelper.cs (1)
627if (!AreListsIdenticalExceptOrder(pair.Value, sortedList))
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (1)
689bool valid = DragDropHelper.AreListsIdenticalExceptOrder(src, copied);