4 references to PreviewKeyDown
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (1)
7970/// 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)
1400add { base.PreviewKeyDown += value; } 1401remove { base.PreviewKeyDown -= value; }