2 references to ProcessLeftRight
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\DockEditor.DockUI.cs (2)
226
=>
ProcessLeftRight
(checkedControl, leftDirection: true);
244
protected override RadioButton ProcessRightKey(RadioButton checkedControl) =>
ProcessLeftRight
(checkedControl, false);