4 references to FlowStep
System.Activities.Core.Presentation (4)
System\Activities\Core\Presentation\FlowchartDesigner.Container.cs (1)
351
FlowStep flowStep = new
FlowStep
{ Action = workflowElementToPaste, Next = null };
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (3)
1644
FlowStep flowStep = new
FlowStep
();
1856
FlowStep flowStep = new
FlowStep
();
2130
FlowStep step = new
FlowStep
() { Action = activity };