3 references to defaultCaseDisplayNameProperty
System.Activities.Core.Presentation (3)
System\Activities\Core\Presentation\FlowSwitchLink.cs (3)
367
return (string)GetValue(FlowSwitchDefaultLink<T>.
defaultCaseDisplayNameProperty
);
371
SetValue(FlowSwitchDefaultLink<T>.
defaultCaseDisplayNameProperty
, value);
379
return
defaultCaseDisplayNameProperty
;