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