Implemented interface member:
event
PreviewKeyDown
System.Windows.IInputElement.PreviewKeyDown
4 references to PreviewKeyDown
PresentationUI (4)
artifacts\obj\PresentationUI\Debug\net9.0\MS\Internal\Documents\FindToolBar.g.cs (1)
214this.FindTextBox.PreviewKeyDown += new System.Windows.Input.KeyEventHandler(this.OnFindTextBoxPreviewKeyDown);
MS\Internal\Documents\Application\PageTextBox.cs (1)
357PreviewKeyDown += OnPreviewKeyDown;
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (2)
1113DigitalSignaturesMenuItem.PreviewKeyDown += MenuPreviewKeyDown; 1114FindToolBar.OptionsMenuItem.PreviewKeyDown += MenuPreviewKeyDown;