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