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