2 writes to SelectedCase
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Core.Presentation\System\Activities\Core\Presentation\SwitchDesigner.xaml.cs (2)
192this.SelectedCase = modelItem; 273this.SelectedCase = newSelectedCase;
1 reference to SelectedCase
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Core.Presentation\System\Activities\Core\Presentation\SwitchDesigner.xaml.cs (1)
272ModelItem oldSelectedCase = this.SelectedCase;