3 references to GetNeighbors
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (3)
423List<ModelItem> neighbors = GetNeighbors(currentModelItem, shouldSearchThroughProperties); 543List<ModelItem> neighbors = GetNeighbors(currentModelItem, extraShouldSearchThroughProperties); 902List<ModelItem> neighbors = GetNeighbors(currentItem, (m) => true);