2 references to ProcessDownKeyInternal
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (2)
20145
protected bool ProcessDownKey(Keys keyData) =>
ProcessDownKeyInternal
(keyData, out bool _);
21410
ret =
ProcessDownKeyInternal
(keyData, out moved);