3 references to ValueProperty
System.Activities.Core.Presentation (3)
System\Activities\Core\Presentation\CaseKeyBox.xaml.cs (2)
174
get { return (object)GetValue(
ValueProperty
); }
175
set { SetValue(
ValueProperty
, value); }
System\Activities\Core\Presentation\FlowSwitchCaseEditorDialog.cs (1)
62
caseKeyBox.SetBinding(CaseKeyBox.
ValueProperty
, new Binding()