1 write to CaseType
System.Activities.Core.Presentation (1)
System\Activities\Core\Presentation\SwitchDesigner.xaml.cs (1)
168this.CaseType = types[0];
2 references to CaseType
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\SwitchDesigner.xaml.cs (2)
409Type caseType = typeof(ModelItemKeyValuePair<,>).MakeGenericType(new Type[] { this.CaseType, typeof(Activity) }); 426Type caseType = typeof(ModelItemKeyValuePair<,>).MakeGenericType(new Type[] { this.CaseType, typeof(Activity) });