2 references to OnGotKeyboardFocus
PresentationFramework (2)
System\windows\Documents\TextEditor.cs (2)
398
EventManager.RegisterClassHandler(controlType, Keyboard.GotKeyboardFocusEvent, new KeyboardFocusChangedEventHandler(
OnGotKeyboardFocus
));
749
OnGotKeyboardFocus
(_uiScope, e);