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