1 instantiation of FlowSwitchCaseLink
System.Activities.Core.Presentation (1)
System\Activities\Core\Presentation\GenericFlowSwitchHelper.cs (1)
177
return new
FlowSwitchCaseLink
<T>(currentMI, caseValue, isDefault);
1 reference to FlowSwitchCaseLink
System.Activities.Core.Presentation (1)
System\Activities\Core\Presentation\FlowSwitchDesigner.xaml.cs (1)
142
Type flowSwitchLinkType = typeof(
FlowSwitchCaseLink
<>);