17 references to Reverse
System.Activities.Core.Presentation (4)
System\Activities\Core\Presentation\StateContainerEditor.Utilities.cs (1)
463{ return !IsTransitionDestinationWithinStates(p, states); }).Reverse();
System\Activities\Core\Presentation\StateContainerEditor.xaml.cs (3)
1162foreach (ConnectionPoint connectionPoint in connectionPoints.Reverse<ConnectionPoint>()) 1178foreach (ConnectionPoint connectionPoint in connectionPoints.Reverse<ConnectionPoint>()) 1814foreach (Connector connector in outgoingConnectors.Reverse<Connector>())
System.Activities.Presentation (7)
System.Activities.Presentation\System\Activities\Presentation\BookmarkUndoUnit.cs (2)
43this.DoList = this.RedoList.Reverse<UndoUnit>().ToList(); 62this.RedoList = this.DoList.Reverse<UndoUnit>().ToList();
System.Activities.Presentation\System\Activities\Presentation\UndoEngine.cs (1)
257foreach (UndoUnit unit in this.containerUndoUnit.DoList.Reverse<UndoUnit>())
System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (1)
165foreach (SortDescription description in this.dataGrid.Items.SortDescriptions.Reverse())
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (3)
453foreach (var entry in this.ContextMenu.Items.OfType<Control>().Reverse()) 465var items = this.contextMenuTarget.ContextMenu.Items.OfType<Control>().Reverse(); 497.Reverse();
System.ComponentModel.DataAnnotations (1)
DataAnnotations\CreditCardAttribute.cs (1)
34foreach (char digit in ccValue.Reverse()) {
System.Core (1)
System\Linq\Parallel\QueryOperators\Unary\ReverseQueryOperator.cs (1)
92return wrappedChild.Reverse();
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\BookmarkUndoUnit.cs (2)
43this.DoList = this.RedoList.Reverse<UndoUnit>().ToList(); 62this.RedoList = this.DoList.Reverse<UndoUnit>().ToList();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\UndoEngine.cs (1)
257foreach (UndoUnit unit in this.containerUndoUnit.DoList.Reverse<UndoUnit>())
System.Data.Entity (1)
System\Data\Common\Internal\Materialization\Coordinator.cs (1)
219foreach (var nestedCoordinator in coordinator.NestedCoordinators.Reverse())