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