15 references to argumentWrapperCollection
System.Data (15)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (15)
79
this.
argumentWrapperCollection
.CollectionChanged += OnArgumentWrapperCollectionChanged;
80
this.argumentsDataGrid.ItemsSource = this.
argumentWrapperCollection
;
138
this.
argumentWrapperCollection
.Add(wrapper);
174
this.
argumentWrapperCollection
.All(p => { p.Dispose(); return true; });
175
this.
argumentWrapperCollection
.Clear();
181
this.
argumentWrapperCollection
.Add(new DesignTimeArgument(argument, this));
184
this.argumentsDataGrid.ItemsSource = this.
argumentWrapperCollection
;
363
var wrapper = this.
argumentWrapperCollection
369
this.
argumentWrapperCollection
.Add(wrapper);
377
var wrapper = this.
argumentWrapperCollection
.FirstOrDefault(p => ModelItem.Equals(p.ReflectedObject, argument));
380
this.
argumentWrapperCollection
.Remove(wrapper);
473
DesignTimeArgument duplicate = this.
argumentWrapperCollection
.FirstOrDefault<DesignTimeArgument>(checkForDuplicates);
492
IEnumerable<DesignTimeArgument> oldDuplicates = this.
argumentWrapperCollection
.Where<DesignTimeArgument>(checkForOldNameDuplicates);
628
foreach (DesignTimeArgument designTimeArgument in this.
argumentWrapperCollection
)
632
this.
argumentWrapperCollection
.Remove(designTimeArgument);