5 references to List
System.Activities.Core.Presentation (5)
System\Activities\Core\Presentation\ReorderableListEditor.xaml.cs (5)
66int oldIndex = this.List.IndexOf(this.SelectedListItem); 69this.List.Move(oldIndex, oldIndex - 1); 75int oldIndex = this.List.IndexOf(this.SelectedListItem); 76if (oldIndex < this.List.Count - 1) 78this.List.Move(oldIndex, oldIndex + 1);