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