1 write to IsBoxOnly
System.Activities.Core.Presentation (1)
System\Activities\Core\Presentation\FlowSwitchCaseEditorDialog.cs (1)
61
caseKeyBox.ViewModel.
IsBoxOnly
= true;
3 references to IsBoxOnly
System.Activities.Core.Presentation (3)
System\Activities\Core\Presentation\CaseKeyBox.ViewModel.cs (3)
100
if (!this.
IsBoxOnly
)
126
if (this.DataTemplateName != LabelTemplate && !this.
IsBoxOnly
)
237
if (this.DataTemplateName != CaseKeyBoxViewModel.LabelTemplate && !this.
IsBoxOnly
)