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