1 write to SelectedListItem
System.Activities.Core.Presentation (1)
System\Activities\Core\Presentation\ReorderableListEditor.xaml.cs (1)
60this.SelectedListItem = item.Content as ExpandableItemWrapper;
2 references to SelectedListItem
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\ReorderableListEditor.xaml.cs (2)
66int oldIndex = this.List.IndexOf(this.SelectedListItem); 75int oldIndex = this.List.IndexOf(this.SelectedListItem);