2 overrides of ProcessRightKey
System.Windows.Forms.Design (2)
System\Drawing\Design\ContentAlignmentEditor.ContentUI.cs (1)
359
protected override RadioButton
ProcessRightKey
(RadioButton checkedControl)
System\Windows\Forms\Design\DockEditor.DockUI.cs (1)
244
protected override RadioButton
ProcessRightKey
(RadioButton checkedControl) => ProcessLeftRight(checkedControl, false);
1 reference to ProcessRightKey
System.Windows.Forms.Design (1)
System\Drawing\Design\SelectionPanelBase.cs (1)
79
target =
ProcessRightKey
(radioButton);