10 references to Action
System.Workflow.ComponentModel (10)
AuthoringOM\Activity.cs (6)
2342
if (e.
Action
== ActivityCollectionChangeAction.Add && e.AddedItems != null)
2361
if (e.
Action
== ActivityCollectionChangeAction.Add && e.AddedItems != null)
2389
if ((e.
Action
== ActivityCollectionChangeAction.Replace || e.
Action
== ActivityCollectionChangeAction.Remove) &&
2397
if ((e.
Action
== ActivityCollectionChangeAction.Replace || e.
Action
== ActivityCollectionChangeAction.Add) &&
AuthoringOM\Design\ActivityPreviewDesigner.cs (2)
767
if (listChangeArgs.
Action
== ActivityCollectionChangeAction.Add && listChangeArgs.AddedItems.Count > 0 && !Helpers.IsAlternateFlowActivity(listChangeArgs.AddedItems[0]))
776
else if (listChangeArgs.
Action
== ActivityCollectionChangeAction.Remove && listChangeArgs.RemovedItems.Count > 0)
AuthoringOM\Design\FreeFormDesigner.cs (1)
667
if (listChangeArgs.
Action
== ActivityCollectionChangeAction.Remove)
AuthoringOM\Design\StructuredCompositeActivityDesigner.cs (1)
461
if (listChangeArgs.
Action
== ActivityCollectionChangeAction.Remove && listChangeArgs.RemovedItems[0] != null)