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