2 references to SelectedListItemProperty
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\ReorderableListEditor.xaml.cs (2)
40get { return (ExpandableItemWrapper)this.GetValue(SelectedListItemProperty); } 41set { this.SetValue(SelectedListItemProperty, value); }