3 references to Down
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Selection\PropertySelection.cs (3)
502neighbor = FindChildSelectionStop<T>(element, 0, VisualTreeHelper.GetChildrenCount(element) - 1, direction, maxSearchDepth, MatchDirection.Down); 563matchDirection = MatchDirection.Down; 637if (matchDirection == MatchDirection.Down && IsEligibleSelectionStop<T>(child))