24 references to GetSelectedComponents
System.Workflow.ComponentModel (24)
AuthoringOM\Design\CommandSet.cs (10)
359ArrayList selectedComponents = new ArrayList(this.selectionService.GetSelectedComponents()); 399ICollection components = this.selectionService.GetSelectedComponents(); 480cmd.Enabled = (designerHost != null && this.selectionService.GetSelectedComponents().Count > 0 && 495foreach (object obj in this.selectionService.GetSelectedComponents()) 519ArrayList selectedObjects = new ArrayList(this.selectionService.GetSelectedComponents()); 610foreach (object obj in this.selectionService.GetSelectedComponents()) 646foreach (object obj in this.selectionService.GetSelectedComponents()) 833ICollection components = this.selectionService.GetSelectedComponents(); 872if (!Helpers.AreAllActivities(this.selectionService.GetSelectedComponents())) 876Activity[] topLevelActivities = Helpers.GetTopLevelActivities(this.selectionService.GetSelectedComponents());
AuthoringOM\Design\FreeFormDesigner.cs (3)
370foreach (object selectedObject in selectionService.GetSelectedComponents()) 965List<Activity> topLevelActivities = new List<Activity>(Helpers.GetTopLevelActivities(selectionService.GetSelectedComponents())); 1002ICollection components = selectionService.GetSelectedComponents();
AuthoringOM\Design\MessageFilters\ConnectionManager.cs (1)
233foreach (object selectedComponents in selectionService.GetSelectedComponents())
AuthoringOM\Design\MessageFilters\DragDropManager.cs (3)
784ArrayList topLevelActivities = new ArrayList(Helpers.GetTopLevelActivities(selectionService.GetSelectedComponents())); 807ICollection components = selectionService.GetSelectedComponents(); 823ICollection components = selectionService.GetSelectedComponents();
AuthoringOM\Design\MessageFilters\ResizingMessageFilter.cs (1)
159ArrayList selectedComponents = new ArrayList(selectionService.GetSelectedComponents());
AuthoringOM\Design\MessageFilters\WindowManager.cs (3)
144ArrayList selectedComponents = new ArrayList(selectionService.GetSelectedComponents()); 258ICollection components = selectionService.GetSelectedComponents(); 262List<Activity> topLevelActivities = new List<Activity>(Helpers.GetTopLevelActivities(selectionService.GetSelectedComponents()));
AuthoringOM\Design\SequentialActivityDesigner.cs (1)
268ICollection selectedObjects = selectionService.GetSelectedComponents();
AuthoringOM\Design\WorkflowView.cs (1)
1710ArrayList selectedComponents = new ArrayList(selectionService.GetSelectedComponents());
AuthoringOM\Design\XomlDesignerLoader.cs (1)
854foreach (object obj in selectionService.GetSelectedComponents())