65 references to RadioButton
Accessibility_Core_App (14)
CommonControl2.Designer.cs (1)
49this.radioButton1 = new System.Windows.Forms.RadioButton();
ContainerControls.Designer.cs (6)
48this.radioButton6 = new System.Windows.Forms.RadioButton(); 49this.radioButton5 = new System.Windows.Forms.RadioButton(); 50this.radioButton4 = new System.Windows.Forms.RadioButton(); 52this.radioButton3 = new System.Windows.Forms.RadioButton(); 53this.radioButton2 = new System.Windows.Forms.RadioButton(); 56this.radioButton1 = new System.Windows.Forms.RadioButton();
ContainerControls2.Designer.cs (6)
39this.radioButton6 = new System.Windows.Forms.RadioButton(); 40this.radioButton5 = new System.Windows.Forms.RadioButton(); 41this.radioButton4 = new System.Windows.Forms.RadioButton(); 43this.radioButton3 = new System.Windows.Forms.RadioButton(); 44this.radioButton2 = new System.Windows.Forms.RadioButton(); 47this.radioButton1 = new System.Windows.Forms.RadioButton();
DataBindingExample.Designer.cs (1)
40this.radioButton1 = new System.Windows.Forms.RadioButton();
PresentationUI (5)
MS\Internal\Documents\RMEnrollmentPage2.Designer.cs (2)
47this._networkRadioButton = new System.Windows.Forms.RadioButton(); 49this._passportRadioButton = new System.Windows.Forms.RadioButton();
MS\Internal\Documents\RMPublishingDialog.Designer.cs (3)
36this.radioButtonUnrestricted = new System.Windows.Forms.RadioButton(); 37this.radioButtonPermissions = new System.Windows.Forms.RadioButton(); 38this.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)
12using RadioButton radioButton = new(); 22using RadioButton radioButton = new(); 32using RadioButton radioButton = new();
System.Windows.Forms.Tests (27)
SerializableTypesTests.cs (1)
291tableLayoutPanel.Controls.Add(new RadioButton() { Name = "radioButton01" }, 0, 1);
System\Windows\Forms\AccessibleObjects\RadioButton.RadioButtonAccessibleObjectTests.cs (15)
21using RadioButton radioButton = new(); 32using RadioButton radioButton = new() 47using RadioButton radioButton = new() 61using RadioButton radioButton = new() 76using RadioButton radioButton = new() 91using RadioButton radioButton = new() { Text = "TestText" }; 102using RadioButton radioButton = new() { Text = "&TestText", UseMnemonic = useMnemonic }; 113using RadioButton radioButton = new() { Text = "&RadioButton", UseMnemonic = useMnemonic }; 122using RadioButton radioButton = new() 137using RadioButton radioButton = new(); 150using RadioButton radioButton = new(); 171using RadioButton radioButton = new(); 194using RadioButton radioButton = new() 213using RadioButton radioButton = new() 244using 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)
876using RadioButton radioButton1 = new() { Checked = true }; 878using RadioButton radioButton2 = new() { Checked = false };
System\Windows\Forms\RadioButtonRendererTests.cs (1)
149protected override ButtonBase CreateButton() => new RadioButton();
System\Windows\Forms\RadioButtonTests.cs (7)
171using RadioButton control = new(); 192using RadioButton control = new(); 205using RadioButton control = new() 227using RadioButton control = new(); 263using RadioButton control = new() 1511using RadioButton control = new(); 1518using RadioButton control = new()
WinFormsControlsTest (7)
Buttons.cs (1)
50radioButton = new RadioButton
MultipleControls.Designer.cs (2)
47this.radioButton2 = new System.Windows.Forms.RadioButton(); 48this.radioButton1 = new System.Windows.Forms.RadioButton();
ToolStripTests.cs (2)
15toolStrip1.Items.Add(new ToolStripControlHost(new RadioButton() { Text = "RadioButton" })); // RadioButton supports UIA 17statusStrip1.Items.Add(new ToolStripControlHost(new RadioButton() { Text = "RadioButton" })); // RadioButton supports UIA
TrackBars.Designer.cs (2)
35this.rbHorizontal = new System.Windows.Forms.RadioButton(); 36this.rbVertical = new System.Windows.Forms.RadioButton();