2 writes to ShowDefaultCaseExpanded
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Core.Presentation\System\Activities\Core\Presentation\SwitchDesigner.xaml.cs (2)
360this.ShowDefaultCaseExpanded = true; 365this.ShowDefaultCaseExpanded = false;
2 references to ShowDefaultCaseExpanded
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Core.Presentation\System\Activities\Core\Presentation\SwitchDesigner.xaml.cs (2)
173if (e.PropertyName == "Default" && !this.ShowDefaultCaseExpanded) 345return this.ShowDefaultCaseExpanded || designerView.ShouldExpandAll;