4 references to PreviewKeyDown
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (1)
7931/// Raises the <see cref="PreviewKeyDown"/> event.
System\Windows\Forms\Input\PreviewKeyDownEventHandler.cs (1)
7/// Represents a method that will handle <see cref="Control.PreviewKeyDown"/> event of a <see cref="Control"/>.
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (2)
1409add { base.PreviewKeyDown += value; } 1410remove { base.PreviewKeyDown -= value; }