25 references to Last
System.Activities.Presentation (5)
System.Activities.Presentation\System\Activities\Presentation\UndoEngine.cs (3)
134
UndoUnit unitToUndo = undoBuffer.
Last
();
149
UndoUnit unitToRedo = redoBuffer.
Last
();
311
UndoUnit unitToUndo = this.containerUndoUnit.DoList.
Last
();
System.Activities.Presentation\System\Activities\Presentation\View\TreeView\TreeViewItemViewModel.cs (1)
565
insertIndex = this.InternalChildren.IndexOf(tracker.ChildViewModels.
Last
()) + 1;
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (1)
549
return index < this.Items.IndexOf(sortedModelItems[0]) || index > this.Items.IndexOf(sortedModelItems.
Last
()) + 1;
System.Core (5)
Microsoft\Scripting\Ast\BlockExpression.cs (2)
757
return Block(expressionList.
Last
().Type, variables, expressionList);
778
Expression last = expressionList.
Last
();
Microsoft\Scripting\Compiler\LambdaCompiler.Statements.cs (2)
484
_ilg.EmitConstant(buckets[mid - 1].
Last
().Constant);
511
_ilg.EmitConstant(bucket.
Last
().Constant);
System\Linq\ParallelEnumerable.cs (1)
5635
return ExceptionAggregator.WrapEnumerable(childWithCancelChecks, settings.CancellationState).
Last
();
System.Data (5)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\UndoEngine.cs (3)
134
UndoUnit unitToUndo = undoBuffer.
Last
();
149
UndoUnit unitToRedo = redoBuffer.
Last
();
311
UndoUnit unitToUndo = this.containerUndoUnit.DoList.
Last
();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\TreeViewItemViewModel.cs (1)
565
insertIndex = this.InternalChildren.IndexOf(tracker.ChildViewModels.
Last
()) + 1;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (1)
549
return index < this.Items.IndexOf(sortedModelItems[0]) || index > this.Items.IndexOf(sortedModelItems.
Last
()) + 1;
System.Data.Entity (6)
System\Data\Mapping\StorageMappingItemCollection.cs (2)
664
interestingMembers.AddRange(functionMappings.UpdateFunctionMapping.ParameterBindings.Select(p => p.MemberPath.Members.
Last
()));
686
interestingMembers.Add(parameterBinding.MemberPath.Members.
Last
());
System\Data\Mapping\StorageMappingItemLoader.cs (2)
4307
if (m_members.
Last
().BuiltInTypeKind == BuiltInTypeKind.AssociationEndMember)
4309
AssociationEndMember targetEnd = (AssociationEndMember)m_members.
Last
();
System\Data\Mapping\ViewGeneration\Structures\MemberPath.cs (1)
266
EdmMember member = m_path.
Last
();
System\Data\Metadata\MetadataWorkspace.cs (1)
143
public static readonly double MaximumEdmVersionSupported = SupportedEdmVersions.
Last
();
System.Data.Services.Client (4)
System\Data\Services\Client\ALinq\PathBox.cs (3)
67
StringBuilder basePath = projectionPaths.
Last
();
109
sb = expandPaths.
Last
();
119
sb = projectionPaths.
Last
();
System\Data\Services\Client\ALinq\ProjectionAnalyzer.cs (1)
83
pb.PushParamExpression(e.Parameters.
Last
());