3 references to FindNeighborSelectionStop
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\CategoryList.cs (2)
667element = PropertySelection.FindNeighborSelectionStop<UIElement>(this, SearchDirection.Next); 789FrameworkElement nextStop = PropertySelection.FindNeighborSelectionStop<FrameworkElement>(_selection, direction);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Selection\CategoryContainerSelectionPathInterpreter.cs (1)
98return PropertySelection.FindNeighborSelectionStop<DependencyObject>(searchStart, SearchDirection.Next);