65 references to 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)
14
using RadioButton radioButton =
new
();
24
using RadioButton radioButton =
new
();
34
using RadioButton radioButton =
new
();
System.Windows.Forms.Tests (27)
SerializableTypesTests.cs (1)
293
tableLayoutPanel.Controls.Add(new
RadioButton
() { Name = "radioButton01" }, 0, 1);
System\Windows\Forms\AccessibleObjects\RadioButton.RadioButtonAccessibleObjectTests.cs (15)
23
using RadioButton radioButton =
new
();
34
using RadioButton radioButton =
new
()
49
using RadioButton radioButton =
new
()
63
using RadioButton radioButton =
new
()
78
using RadioButton radioButton =
new
()
93
using RadioButton radioButton =
new
() { Text = "TestText" };
104
using RadioButton radioButton =
new
() { Text = "&TestText", UseMnemonic = useMnemonic };
115
using RadioButton radioButton =
new
() { Text = "&RadioButton", UseMnemonic = useMnemonic };
124
using RadioButton radioButton =
new
()
139
using RadioButton radioButton =
new
();
152
using RadioButton radioButton =
new
();
173
using RadioButton radioButton =
new
();
196
using RadioButton radioButton =
new
()
215
using RadioButton radioButton =
new
()
246
using RadioButton radioButton =
new
();
System\Windows\Forms\BinaryFormat\WinFormsBinaryFormattedObjectTests.cs (1)
275
{ new
RadioButton
(), new string[] { "DataContext: Object", "Tag: Object" } },
System\Windows\Forms\ControlTests.cs (2)
878
using RadioButton radioButton1 =
new
() { Checked = true };
880
using RadioButton radioButton2 =
new
() { Checked = false };
System\Windows\Forms\RadioButtonRendererTests.cs (1)
160
protected override ButtonBase CreateButton() => new
RadioButton
();
System\Windows\Forms\RadioButtonTests.cs (7)
173
using RadioButton control =
new
();
194
using RadioButton control =
new
();
207
using RadioButton control =
new
()
229
using RadioButton control =
new
();
265
using RadioButton control =
new
()
1513
using RadioButton control =
new
();
1520
using RadioButton control =
new
()
TestPassApp (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
();
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
();