37 references to ForEach
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\FlowchartDesigner.Container.cs (1)
128itemsToDelete.ForEach(p => this.DeleteShape(p, updatedItems));
System\Activities\Core\Presentation\StateContainerEditor.CompositeView.cs (1)
161itemsToDelete.ForEach(p => this.DeleteState(p, removeIncomingConnectors));
System.Activities.Presentation (8)
System.Activities.Presentation\System\Activities\Presentation\BookmarkUndoUnit.cs (2)
46this.DoList.ForEach(unit => unit.Redo()); 65this.RedoList.ForEach(unit => unit.Undo());
System.Activities.Presentation\System\Activities\Presentation\DefaultCommandExtensionCallback.cs (1)
100gestures.ForEach((gesture) =>
System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
658errors.ForEach((errMessage) =>
System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (3)
244this.scopesList.ForEach(p => 257allVariables.ForEach(variable => 264this.scopesList.ForEach(p =>
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (1)
889itemsToDelete.ForEach(p =>
System.Data (8)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\BookmarkUndoUnit.cs (2)
46this.DoList.ForEach(unit => unit.Redo()); 65this.RedoList.ForEach(unit => unit.Undo());
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DefaultCommandExtensionCallback.cs (1)
100gestures.ForEach((gesture) =>
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
658errors.ForEach((errMessage) =>
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (3)
244this.scopesList.ForEach(p => 257allVariables.ForEach(variable => 264this.scopesList.ForEach(p =>
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (1)
889itemsToDelete.ForEach(p =>
System.Data.Entity (10)
System\Data\Common\EntitySql\SemanticAnalyzer.cs (7)
475functionInfo.Parameters.ForEach(p => sr.CurrentScope.Add(p.VariableName, new FreeVariableScopeEntry(p))); 3033fromClauseEntries.ForEach(scopeEntry => scopeEntry.AddParentVar(fromBinding.Variable)); 3171leftExprScopeEntries.ForEach(scopeEntry => scopeEntry.IsJoinClauseLeftExpr = true); 3182leftExprScopeEntries.ForEach(scopeEntry => scopeEntry.IsJoinClauseLeftExpr = false); 3229scopeEntries.ForEach(scopeEntry => scopeEntry.AddParentVar(joinBinding.Variable)); 3280scopeEntries.ForEach(scopeEntry => scopeEntry.AddParentVar(applyBinding.Variable)); 4112projectionItems.ForEach(projectionItem => sr.CurrentScope.Add(projectionItem.Key, new ProjectionItemDefinitionScopeEntry(projectionItem.Value)));
System\Data\Common\EntitySql\SemanticResolver.cs (2)
868this.CurrentScopeRegion.GroupAggregateInfos.ForEach(groupAggregateInfo => groupAggregateInfo.DetachFromAstNode()); 1657updatedEntries.ForEach((updatedScopeEntry) => scope.Replace(updatedScopeEntry.Key, updatedScopeEntry.Value));
System\Data\Mapping\MetadataMappingHasherVisitor.HashSourceBuilder.cs (1)
178_strings.ForEach(s => builder.Append(s));
System.ServiceModel (1)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (1)
839httpAuthAssertions.ForEach(delegate(XmlElement element) { bindingAssertions.Remove(element); });
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\SessionChannels.cs (1)
59localClients.ForEach((client) =>
System.Web (1)
UI\WebControls\Wizard.cs (1)
1621TemplatedSteps.ForEach(step => InstantiateStepContentTemplate(step));
System.Web.DynamicData (6)
DynamicData\DynamicRouteExpression.cs (1)
42parameters.ToList().ForEach(p => _expression.Parameters.Add(p));
DynamicData\ModelProviders\DLinqDataModelProvider.cs (1)
32DLinqTables.ForEach(t => ((DLinqTableProvider)t).Initialize());
DynamicData\ModelProviders\DLinqTableProvider.cs (1)
67_columns.ForEach(c => ((DLinqColumnProvider)c).Initialize());
DynamicData\QueryableFilterRepeater.cs (1)
130_filters.ForEach(f => f.Initialize(_dataSource));
DynamicData\SimpleFieldTemplateUserControl.cs (2)
86_validators.ForEach(v => Controls.Add(v)); 87_validators.ForEach(v => SetUpValidator(v));