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