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