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