1 implementation of IsDefaultCase
System.Activities.Core.Presentation (1)
System\Activities\Core\Presentation\FlowSwitchLink.cs (1)
75
public bool
IsDefaultCase
4 references to IsDefaultCase
System.Activities.Core.Presentation (4)
System\Activities\Core\Presentation\FlowchartDesigner.ModelChanges.cs (2)
88
if (flowSwitchLink.
IsDefaultCase
)
215
if ((caseKey != null && caseKey.
IsDefaultCase
) || (caseKey == null && srcFlowElementMI.Properties["Default"].Value == null))
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (2)
997
if (link.
IsDefaultCase
)
1415
if (link.
IsDefaultCase
)