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