9 references to ProcessCmdKey
System.Windows.Forms.Tests (9)
TextBoxBaseTests.cs (9)
5855
Assert.Equal(expected, control.
ProcessCmdKey
(ref m, keyData));
5871
Assert.Equal(expected, control.
ProcessCmdKey
(ref msg, keyData));
5881
Assert.False(control.
ProcessCmdKey
(ref m, keyData));
5922
Assert.Equal(expected, control.
ProcessCmdKey
(ref msg, keyData));
5944
Assert.True(control.
ProcessCmdKey
(ref message, Keys.Control | Keys.Back));
5958
Assert.False(control.
ProcessCmdKey
(ref message, Keys.Control | Keys.Back));
5973
Assert.True(control.
ProcessCmdKey
(ref message, Keys.Control | Keys.Back));
5991
Assert.True(control.
ProcessCmdKey
(ref message, Keys.Control | Keys.Back));
6008
Assert.True(control.
ProcessCmdKey
(ref message, Keys.Control | Keys.Back));