6 references to InvalidFlowSwitchCaseMessage
System.Activities.Core.Presentation (6)
System\Activities\Core\Presentation\FlowchartDesigner.ModelChanges.cs (1)
294errorMessage = SR.InvalidFlowSwitchCaseMessage;
System\Activities\Core\Presentation\FlowSwitchLink.cs (2)
221throw FxTrace.Exception.AsError(new InvalidOperationException(SR.InvalidFlowSwitchCaseMessage)); 303throw FxTrace.Exception.AsError(new InvalidOperationException(SR.InvalidFlowSwitchCaseMessage));
System\Activities\Core\Presentation\GenericFlowSwitchHelper.cs (3)
307errorMessage = SR.InvalidFlowSwitchCaseMessage; 320errorMessage = SR.InvalidFlowSwitchCaseMessage; 333errorMessage = SR.InvalidFlowSwitchCaseMessage;