10 references to RadioButton
System.Web.Entity.Design (2)
System\Data\WebControls\Design\EntityDataSourceConfigureObjectContextPanel.designer.cs (2)
42this._namedConnectionRadioButton = new System.Windows.Forms.RadioButton(); 45this._connectionStringRadioButton = new System.Windows.Forms.RadioButton();
System.Web.Mobile (2)
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (2)
222this._rbCompare = new System.Windows.Forms.RadioButton(); 230this._rbDelegate = new System.Windows.Forms.RadioButton();
System.Workflow.ComponentModel (6)
AuthoringOM\Design\Dialogs\ActivityBindForm.Designer.cs (2)
38this.createField = new System.Windows.Forms.RadioButton(); 39this.createProperty = new System.Windows.Forms.RadioButton();
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (4)
279this.adjustToRadioButton = new System.Windows.Forms.RadioButton(); 283this.fitToRadioButton = new System.Windows.Forms.RadioButton(); 286this.landscapeRadioButton = new System.Windows.Forms.RadioButton(); 288this.portraitRadioButton = new System.Windows.Forms.RadioButton();