65 references to RadioButton
Accessibility_Core_App (14)
CommonControl2.Designer.cs (1)
49
this.radioButton1 = new System.Windows.Forms.
RadioButton
();
ContainerControls.Designer.cs (6)
48
this.radioButton6 = new System.Windows.Forms.
RadioButton
();
49
this.radioButton5 = new System.Windows.Forms.
RadioButton
();
50
this.radioButton4 = new System.Windows.Forms.
RadioButton
();
52
this.radioButton3 = new System.Windows.Forms.
RadioButton
();
53
this.radioButton2 = new System.Windows.Forms.
RadioButton
();
56
this.radioButton1 = new System.Windows.Forms.
RadioButton
();
ContainerControls2.Designer.cs (6)
39
this.radioButton6 = new System.Windows.Forms.
RadioButton
();
40
this.radioButton5 = new System.Windows.Forms.
RadioButton
();
41
this.radioButton4 = new System.Windows.Forms.
RadioButton
();
43
this.radioButton3 = new System.Windows.Forms.
RadioButton
();
44
this.radioButton2 = new System.Windows.Forms.
RadioButton
();
47
this.radioButton1 = new System.Windows.Forms.
RadioButton
();
DataBindingExample.Designer.cs (1)
40
this.radioButton1 = new System.Windows.Forms.
RadioButton
();
PresentationUI (5)
MS\Internal\Documents\RMEnrollmentPage2.Designer.cs (2)
47
this._networkRadioButton = new System.Windows.Forms.
RadioButton
();
49
this._passportRadioButton = new System.Windows.Forms.
RadioButton
();
MS\Internal\Documents\RMPublishingDialog.Designer.cs (3)
36
this.radioButtonUnrestricted = new System.Windows.Forms.
RadioButton
();
37
this.radioButtonPermissions = new System.Windows.Forms.
RadioButton
();
38
this.radioButtonTemplate = new System.Windows.Forms.
RadioButton
();
System.Windows.Forms.Design (9)
System\ComponentModel\Design\BinaryEditor.BinaryUI.cs (4)
157
_radioUnicode = new
RadioButton
();
158
_radioAuto = new
RadioButton
();
159
_radioAnsi = new
RadioButton
();
160
_radioHex = new
RadioButton
();
System\Windows\Forms\Design\DataGridViewAddColumnDialog.cs (2)
261
_dataBoundColumnRadioButton = new
RadioButton
();
272
_unboundColumnRadioButton = new
RadioButton
();
System\Windows\Forms\Design\StyleEditorForm.cs (3)
177
_absoluteRadioButton = new
RadioButton
();
180
_percentRadioButton = new
RadioButton
();
181
_autoSizedRadioButton = new
RadioButton
();
System.Windows.Forms.Design.Tests (3)
System\Windows\Forms\Design\RadioButtonDesignerTests.cs (3)
12
using RadioButton radioButton =
new
();
22
using RadioButton radioButton =
new
();
32
using RadioButton radioButton =
new
();
System.Windows.Forms.Tests (27)
SerializableTypesTests.cs (1)
291
tableLayoutPanel.Controls.Add(new
RadioButton
() { Name = "radioButton01" }, 0, 1);
System\Windows\Forms\AccessibleObjects\RadioButton.RadioButtonAccessibleObjectTests.cs (15)
21
using RadioButton radioButton =
new
();
32
using RadioButton radioButton =
new
()
47
using RadioButton radioButton =
new
()
61
using RadioButton radioButton =
new
()
76
using RadioButton radioButton =
new
()
91
using RadioButton radioButton =
new
() { Text = "TestText" };
102
using RadioButton radioButton =
new
() { Text = "&TestText", UseMnemonic = useMnemonic };
113
using RadioButton radioButton =
new
() { Text = "&RadioButton", UseMnemonic = useMnemonic };
122
using RadioButton radioButton =
new
()
137
using RadioButton radioButton =
new
();
150
using RadioButton radioButton =
new
();
171
using RadioButton radioButton =
new
();
194
using RadioButton radioButton =
new
()
213
using RadioButton radioButton =
new
()
244
using RadioButton radioButton =
new
();
System\Windows\Forms\BinaryFormat\WinFormsBinaryFormattedObjectTests.cs (1)
171
{ new
RadioButton
(), new string[] { "DataContext: Object", "Tag: Object" } },
System\Windows\Forms\ControlTests.cs (2)
876
using RadioButton radioButton1 =
new
() { Checked = true };
878
using RadioButton radioButton2 =
new
() { Checked = false };
System\Windows\Forms\RadioButtonRendererTests.cs (1)
149
protected override ButtonBase CreateButton() => new
RadioButton
();
System\Windows\Forms\RadioButtonTests.cs (7)
171
using RadioButton control =
new
();
192
using RadioButton control =
new
();
205
using RadioButton control =
new
()
227
using RadioButton control =
new
();
263
using RadioButton control =
new
()
1511
using RadioButton control =
new
();
1518
using RadioButton control =
new
()
WinFormsControlsTest (7)
Buttons.cs (1)
50
radioButton = new
RadioButton
MultipleControls.Designer.cs (2)
47
this.radioButton2 = new System.Windows.Forms.
RadioButton
();
48
this.radioButton1 = new System.Windows.Forms.
RadioButton
();
ToolStripTests.cs (2)
15
toolStrip1.Items.Add(new ToolStripControlHost(new
RadioButton
() { Text = "RadioButton" })); // RadioButton supports UIA
17
statusStrip1.Items.Add(new ToolStripControlHost(new
RadioButton
() { Text = "RadioButton" })); // RadioButton supports UIA
TrackBars.Designer.cs (2)
35
this.rbHorizontal = new System.Windows.Forms.
RadioButton
();
36
this.rbVertical = new System.Windows.Forms.
RadioButton
();