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