2 overrides of ProcessUpKey
System.Windows.Forms.Design (2)
System\Drawing\Design\ContentAlignmentEditor.ContentUI.cs (1)
319protected override RadioButton ProcessUpKey(RadioButton checkedControl)
System\Windows\Forms\Design\DockEditor.DockUI.cs (1)
261protected override RadioButton ProcessUpKey(RadioButton checkedControl) => ProcessUpDown(checkedControl, true);
1 reference to ProcessUpKey
System.Windows.Forms.Design (1)
System\Drawing\Design\SelectionPanelBase.cs (1)
70target = ProcessUpKey(radioButton);