4 references to CaseViewStateKeyAppendString
System.Activities.Core.Presentation (4)
System\Activities\Core\Presentation\FlowchartDesigner.ModelChangeReactions.cs (2)
151else if (e.Key.EndsWith(CaseViewStateKeyAppendString, StringComparison.CurrentCulture)) 153string switchCaseName = e.Key.Substring(0, e.Key.Length - CaseViewStateKeyAppendString.Length);
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (2)
1003key = link.CaseName + CaseViewStateKeyAppendString; 1421viewStateKey = link.CaseName + CaseViewStateKeyAppendString;