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