2 references to OnKeyUp
PresentationFramework (2)
System\windows\Documents\TextEditor.cs (1)
678TextEditorTyping.OnKeyUp(_uiScope, e);
System\windows\Documents\TextEditorTyping.cs (1)
57EventManager.RegisterClassHandler(controlType, Keyboard.KeyUpEvent, new KeyEventHandler(OnKeyUp));