1 write to wrapperCollection
System.Activities.Core.Presentation (1)
System\Activities\Presentation\TypeCollectionDesigner.xaml.cs (1)
54
this.
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)
55
this.typesDataGrid.ItemsSource = this.
wrapperCollection
;
64
return
wrapperCollection
.Where(wrapper => wrapper.Type != null).Select(wrapper => wrapper.Type);
103
foreach (TypeWrapper tw in this.
wrapperCollection
)
146
this.
wrapperCollection
.Add(newEntry);