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