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