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