3 references to OnConnectorGotFocus
System.Activities.Core.Presentation (3)
System\Activities\Core\Presentation\StateContainerEditor.ModelChanges.cs (1)
35
connector.GotFocus -= new RoutedEventHandler(
OnConnectorGotFocus
);
System\Activities\Core\Presentation\StateContainerEditor.xaml.cs (2)
764
connector.GotFocus += new RoutedEventHandler(
OnConnectorGotFocus
);
1022
connector.GotFocus -= new RoutedEventHandler(
OnConnectorGotFocus
);