2 references to ListProperty
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\ReorderableListEditor.xaml.cs (2)
34get { return (ObservableCollection<ExpandableItemWrapper>)this.GetValue(ListProperty); } 35set { this.SetValue(ListProperty, value); }