14 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();