6 references to caseProperty
System.Activities.Core.Presentation (6)
System\Activities\Core\Presentation\FlowSwitchLink.cs (6)
92
object value = GetValue(FlowSwitchLink<T>.
caseProperty
);
102
return GetValue(FlowSwitchLink<T>.
caseProperty
);
106
SetValue(FlowSwitchLink<T>.
caseProperty
, value);
115
return (T)GetValue(FlowSwitchLink<T>.
caseProperty
);
119
SetValue(FlowSwitchLink<T>.
caseProperty
, value);
127
return
caseProperty
;