3 references to OnConnectorGotKeyboardFocus
System.Activities.Core.Presentation (3)
System\Activities\Core\Presentation\StateContainerEditor.ModelChanges.cs (1)
33
connector.GotKeyboardFocus -= new KeyboardFocusChangedEventHandler(
OnConnectorGotKeyboardFocus
);
System\Activities\Core\Presentation\StateContainerEditor.xaml.cs (2)
762
connector.GotKeyboardFocus += new KeyboardFocusChangedEventHandler(
OnConnectorGotKeyboardFocus
);
1020
connector.GotKeyboardFocus -= new KeyboardFocusChangedEventHandler(
OnConnectorGotKeyboardFocus
);