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