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