3 references to EditCancelledEvent
System.Activities.Core.Presentation (3)
System\Activities\Core\Presentation\CaseKeyBox.xaml.cs (3)
75add { AddHandler(EditCancelledEvent, value); } 76remove { RemoveHandler(EditCancelledEvent, value); } 82args.RoutedEvent = EditCancelledEvent;