7 references to Action
System.Workflow.ComponentModel (7)
AuthoringOM\Design\DesignerWidgets.cs (7)
911if (e.Action == ItemListChangeAction.Remove && e.RemovedItems.Count > 0 && this.selectedItem == e.RemovedItems[0]) 921if (e.Action == ItemListChangeAction.Add) 926else if (e.Action == ItemListChangeAction.Remove) 2045if (e.Action == ItemListChangeAction.Add) 2859if (e.Action == ItemListChangeAction.Remove && e.RemovedItems.Count > 0 && ActiveItem == e.RemovedItems[0]) 2869if (e.Action == ItemListChangeAction.Add && e.AddedItems.Count > 0) 2871if (e.Action == ItemListChangeAction.Remove)