1 implementation of IFlowSwitch
System.Activities (1)
System\Activities\Statements\FlowSwitch.cs (1)
15public sealed class FlowSwitch<T> : FlowNode, IFlowSwitch
6 references to IFlowSwitch
System.Activities (6)
System\Activities\Statements\Flowchart.cs (4)
367IFlowSwitch switchNode = node as IFlowSwitch; 399IFlowSwitch switchNode = this.GetCurrentNode(context) as IFlowSwitch;
System\Activities\Statements\FlowSwitch.cs (2)
89bool IFlowSwitch.Execute(NativeActivityContext context, Flowchart parent) 95FlowNode IFlowSwitch.GetNextNode(object value)