7 references to MatchDirection
System.Data (7)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Selection\PropertySelection.cs (7)
502neighbor = FindChildSelectionStop<T>(element, 0, VisualTreeHelper.GetChildrenCount(element) - 1, direction, maxSearchDepth, MatchDirection.Down); 551MatchDirection matchDirection; 557matchDirection = MatchDirection.Up; 563matchDirection = MatchDirection.Down; 617private static T FindChildSelectionStop<T>(DependencyObject parent, int leftIndex, int rightIndex, SearchDirection iterationDirection, int maxDepth, MatchDirection matchDirection) 637if (matchDirection == MatchDirection.Down && IsEligibleSelectionStop<T>(child)) 664if (matchDirection == MatchDirection.Up && IsEligibleSelectionStop<T>(child))