2 references to ErrorCallbackProperty
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\CaseKeyBox.xaml.cs (2)
94get { return (Action<CaseKeyBox>)GetValue(ErrorCallbackProperty); } 95set { SetValue(ErrorCallbackProperty, value); }