9 references to ProcessCmdKey
System.Windows.Forms.Tests (9)
TextBoxBaseTests.cs (9)
5853
Assert.Equal(expected, control.
ProcessCmdKey
(ref m, keyData));
5869
Assert.Equal(expected, control.
ProcessCmdKey
(ref msg, keyData));
5879
Assert.False(control.
ProcessCmdKey
(ref m, keyData));
5920
Assert.Equal(expected, control.
ProcessCmdKey
(ref msg, keyData));
5942
Assert.True(control.
ProcessCmdKey
(ref message, Keys.Control | Keys.Back));
5956
Assert.False(control.
ProcessCmdKey
(ref message, Keys.Control | Keys.Back));
5971
Assert.True(control.
ProcessCmdKey
(ref message, Keys.Control | Keys.Back));
5989
Assert.True(control.
ProcessCmdKey
(ref message, Keys.Control | Keys.Back));
6006
Assert.True(control.
ProcessCmdKey
(ref message, Keys.Control | Keys.Back));