10 references to Find
System (1)
net\System\Net\_Connection.cs (1)
2825foundItem = m_WaitList.Find(o => object.ReferenceEquals(o.Request, request));
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemCollectionImpl.cs (1)
413ModelProperty foundProperty = this.sources.Find((modelProperty) => modelProperty.Name.Equals(property.Name) && property.Parent == modelProperty.Parent);
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (1)
587ModelProperty foundProperty = this.sources.Find((modelProperty) => modelProperty.Name.Equals(property.Name) && property.Parent == modelProperty.Parent);
System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (1)
337activeContainer = this.compositeViews.Find(p =>
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemCollectionImpl.cs (1)
413ModelProperty foundProperty = this.sources.Find((modelProperty) => modelProperty.Name.Equals(property.Name) && property.Parent == modelProperty.Parent);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (1)
587ModelProperty foundProperty = this.sources.Find((modelProperty) => modelProperty.Name.Equals(property.Name) && property.Parent == modelProperty.Parent);
System.Data.Services (2)
System\Data\Services\Serializers\SyndicationSerializer.cs (2)
361EpmSourcePathSegment epmProperty = currentSourceRoot.SubProperties.Find(subProp => subProp.PropertyName == propertyName); 387return currentSourceRoot.SubProperties.Find(subProp => subProp.PropertyName == propertyName);
System.Web.DynamicData (1)
DynamicData\MetaModel.cs (1)
338nameConflictTable = tablesToInitialize.Find(t => t.Name.Equals(table.Name, StringComparison.CurrentCulture));
System.Workflow.Activities (1)
Rules\Parser\Parser.cs (1)
2173TypeSymbol typeSym = candidateTypeSymbols.Find(delegate(TypeSymbol s) { return s.GenericArgCount == 0; });