1 write to wrapperCollection
System.Activities.Core.Presentation (1)
System\Activities\Presentation\TypeCollectionDesigner.xaml.cs (1)
54this.wrapperCollection = new ObservableCollection<TypeWrapper>(value.Select(type => new TypeWrapper(type)));
4 references to wrapperCollection
System.Activities.Core.Presentation (4)
System\Activities\Presentation\TypeCollectionDesigner.xaml.cs (4)
55this.typesDataGrid.ItemsSource = this.wrapperCollection; 64return wrapperCollection.Where(wrapper => wrapper.Type != null).Select(wrapper => wrapper.Type); 103foreach (TypeWrapper tw in this.wrapperCollection) 146this.wrapperCollection.Add(newEntry);