3 references to isDefaultCaseProperty
System.Activities.Core.Presentation (3)
System\Activities\Core\Presentation\FlowSwitchLink.cs (3)
79
return (bool)GetValue(FlowSwitchLink<T>.
isDefaultCaseProperty
);
83
SetValue(FlowSwitchLink<T>.
isDefaultCaseProperty
, value);
135
return
isDefaultCaseProperty
;