62 references to All
System.Activities (1)
System\Activities\Validation\ValidationHelper.cs (1)
50
if (requiredArguments.
All
(localArgument => CheckIfArgumentIsBound(localArgument, inputs)))
System.Activities.Core.Presentation (3)
System\Activities\Core\Presentation\FlowchartDesigner.Container.cs (1)
257
return itemsToPaste.
All
(p =>
System\Activities\Core\Presentation\StateContainerEditor.CompositeView.cs (2)
173
return selectedStateModelItems.
All
(item => CanPasteTransition(item, out errorMessage));
177
return itemsToPaste.
All
(p =>
System.Activities.Presentation (7)
System.Activities.Presentation\System\Activities\Presentation\CutCopyPasteHelper.cs (2)
716
return selection.SelectionCount > 0 && selection.SelectedObjects.
All
(p => CanCopy(p));
730
result = selection.SelectedObjects.
All
(p =>
System.Activities.Presentation\System\Activities\Presentation\DeleteHelper.cs (1)
25
canExecute = selection.SelectedObjects.
All
(
System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (1)
174
this.argumentWrapperCollection.
All
(p => { p.Dispose(); return true; });
System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (1)
251
this.variableWrapperCollection.
All
(p => { p.Dispose(); return true; });
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (1)
905
result = itemsToPaste.
All
(p => this.IsDropAllowed(p));
System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (1)
730
return selection.SelectedObjects.
All
<ModelItem>((p) =>
System.Core (2)
Microsoft\Scripting\Compiler\LambdaCompiler.Statements.cs (2)
335
if (!node.Cases.
All
(c => c.TestValues.
All
(t => t is ConstantExpression))) {
System.Data (7)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\CutCopyPasteHelper.cs (2)
716
return selection.SelectionCount > 0 && selection.SelectedObjects.
All
(p => CanCopy(p));
730
result = selection.SelectedObjects.
All
(p =>
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DeleteHelper.cs (1)
25
canExecute = selection.SelectedObjects.
All
(
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (1)
174
this.argumentWrapperCollection.
All
(p => { p.Dispose(); return true; });
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (1)
251
this.variableWrapperCollection.
All
(p => { p.Dispose(); return true; });
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (1)
905
result = itemsToPaste.
All
(p => this.IsDropAllowed(p));
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (1)
730
return selection.SelectedObjects.
All
<ModelItem>((p) =>
System.Data.Entity (29)
System\Data\Common\EntitySql\SemanticAnalyzer.cs (1)
1275
argTypes.Zip(aggArgTypes).
All
(types => types.Key == null && types.Value == null || TypeSemantics.IsStructurallyEqual(types.Key, types.Value)),
System\Data\Common\EntitySql\TypeResolver.cs (1)
452
if (multipart.Length > 1 && multipart.
All
(p => p.Length > 0))
System\Data\Common\Utils\Boolean\ConversionContext.cs (2)
128
if (range.
All
(element => !domain.Contains(element)))
134
if (domain.
All
(element => range.Contains(element)))
System\Data\Common\Utils\Boolean\Solver.cs (2)
108
Debug.Assert(children.
All
(child => child != null), "children must not be null");
109
Debug.Assert(children.
All
(child => child.IsSink()), "children must be sinks");
System\Data\EntityModel\SchemaObjectModel\SchemaManager.cs (1)
166
Debug.Assert(schemaCollection.
All
(s => s.SchemaVersion == currentSchemaVersion || s.SchemaVersion != XmlConstants.UndefinedVersion));
System\Data\Mapping\FunctionImportMappingComposable.cs (1)
310
Debug.Assert(m_structuralTypeMappings.
All
(m => m.Item2.Count > 0), "In multi-type mapping each type must have conditions.");
System\Data\Mapping\StorageMappingItemLoader.cs (4)
1426
if (associationSet.ElementType.ReferentialConstraints.Single().ToProperties.
All
(p => dependentKeys.Contains(p)))
2055
if (!currentTypes.
All
(t=>t.Members.Contains(memberName)))
2528
.
All
(ppm => ppm.Key.EdmEquals(ppm.Value.EdmProperty)), "propertyMappings order does not correspond to the order of properties in the structuredType.");
4077
constraint.ToProperties.
All
(p => m_entitySet.ElementType.KeyMembers.Contains(p)))
System\Data\Mapping\Update\Internal\FunctionMappingTranslator.cs (1)
110
if (stateEntries.
All
(e => e.State == EntityState.Unchanged))
System\Data\Mapping\Update\Internal\UpdateCompiler.cs (1)
112
if (stateEntries.
All
(it => (it.State == EntityState.Unchanged)))
System\Data\Mapping\ViewGeneration\BasicViewGenerator.cs (1)
350
Debug.Assert(extentMap.KeyValuePairs.
All
(m => m.Value.Count == 1), "extentMap must map to single nodes only.");
System\Data\Mapping\ViewGeneration\QueryRewriting\FragmentQueryKB.cs (1)
57
type.KeyMembers.
All
(member => associationkeys.Add(new Pair<EdmMember, EntityType>(member, type)) || true /* prevent early termination */);
System\Data\Mapping\ViewGeneration\QueryRewriting\QueryRewriter.cs (2)
836
Debug.Assert(!found || rewriting.GetNamedQueries().
All
(q => q != TrueViewSurrogate.Query),
1255
false == domainConstraint.Variable.Domain.
All
(constant => domainConstraint.Range.Contains(constant))
System\Data\Mapping\ViewGeneration\Structures\BoolExpression.cs (1)
297
return this.MemberRestrictions.
All
(var => (var is TypeRestriction));
System\Data\Mapping\ViewGeneration\Structures\MemberDomainMap.cs (1)
105
if (condition.Domain.Values.
All
(conditionConstant => (conditionConstant.Equals(Constant.NotNull))))
System\Data\Mapping\ViewGeneration\ViewgenContext.cs (2)
141
oneToOneForeignKeyAssociationsForThisWrapper = oneToOneForeignKeyAssociationsForThisWrapper.Where(it => (it.AssociationEndMembers.
All
(endMember => endMember.RelationshipMultiplicity == RelationshipMultiplicity.One)));
143
oneToOneForeignKeyAssociationsForThisWrapper = oneToOneForeignKeyAssociationsForThisWrapper.Where(it => (it.AssociationEndMembers.
All
(endMember => entityTypes.Contains(endMember.GetEntityType()))));
System\Data\Mapping\ViewValidator.cs (1)
315
if (setInfos.SetInfos.
All
(it => ((it.Value != null) && (it.Value is DbExpressionSimpleTypeEntitySetInfo)))
System\Data\Metadata\Edm\EdmFunction.cs (2)
34
Debug.Assert(returnParameters.
All
((returnParameter) => returnParameter != null), "All return parameters must be non-null");
35
Debug.Assert(returnParameters.
All
((returnParameter) => returnParameter.Mode == ParameterMode.ReturnValue), "Return parameter in a function must have the ParameterMode equal to ReturnValue.");
System\Data\Objects\ObjectContext.cs (1)
3217
if (parameters.
All
(p => p is DbParameter))
System\Data\Query\PlanCompiler\JoinGraph.cs (2)
1137
if (useCompatMode ? (augmentedJoinNode.Children.
All
(c => c is AugmentedTableNode) && augmentedJoinNode.JoinEdges.
All
(joinEdge => IsConstraintPresentForTurningIntoInnerJoin(joinEdge)))
System\Data\SqlClient\SqlGen\SqlGenerator.cs (1)
1934
forceNonUnicodeOnKey = !forceNonUnicodeOnQualifyingValues && MatchTargetPatternForForcingNonUnicode(key) && realValues.
All
(v => MatchSourcePatternForForcingNonUnicode(v));
System.Data.Entity.Design (2)
System\Data\Entity\Design\EntityModelSchemaGenerator.cs (2)
507
f.Parameters.
All
(p => p.Mode == ParameterMode.In));
955
nullableColumnsImplyingOneToOneMultiplicity = storeConstraint.ToProperties.
All
(p => p.Nullable == false);
System.Data.Services.Client (2)
System\Data\Services\Client\DataServiceContext.cs (2)
4441
Debug.Assert(this.entryIndex < this.ChangedEntries.Count || this.ChangedEntries.
All
(o => o.ContentGeneratedForSave), "didn't generate content for all entities/links");
5211
Debug.Assert(this.ChangedEntries.
All
(o => o.ContentGeneratedForSave), "didn't generated content for all entities/links");
System.Data.Services.Design (1)
System\Data\Services\Design\Xml\XNodeSchemaApplier.cs (1)
220
Debug.Assert(expectedAttributes.
All
(a => a.Form != XmlSchemaForm.Qualified), "expectedAttributes.All(a => a.Form != XmlSchemaForm.Qualified)");
System.ServiceModel (1)
System\ServiceModel\ServiceConfiguration.cs (1)
295
=> contracts.
All
(otherContract
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\InternalSendMessage.cs (2)
3236
left.
All
(leftItem => right.Any(rightItem => equals(leftItem, rightItem))) &&
3237
right.
All
(rightItem => left.Any(leftItem => equals(leftItem, rightItem)));
System.Web (3)
ModelBinding\ModelStateDictionary.cs (2)
39
return Values.
All
(modelState => modelState.Errors.Count == 0);
122
return DictionaryHelpers.FindKeysWithPrefix(this, key).
All
(entry => entry.Value.Errors.Count == 0);
WebSockets\SubprotocolUtil.cs (1)
54
return (!String.IsNullOrEmpty(subprotocol) && subprotocol.
All
(IsValidSubProtocolChar));
System.Web.DynamicData (1)
DynamicData\Util\Misc.cs (1)
63
return foreignKeyColumn.ForeignKeyNames.
All
(fkName => values.ContainsKey(fkName));
System.Web.Extensions (1)
UI\WebControls\Dynamic.cs (1)
1464
Where(m => applicable.
All
(n => m == n || IsBetterThan(args, m, n))).