3 references to RadioButtons
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\NavigationalTableLayoutPanel.cs (3)
35List<RadioButton> radioButtons = RadioButtons; 45focusIndex = i == RadioButtons.Count - 1 ? 0 : i + 1; 49focusIndex = i == 0 ? RadioButtons.Count - 1 : i - 1;