1 write to radioButtonTemplate
PresentationUI (1)
MS\Internal\Documents\RMPublishingDialog.Designer.cs (1)
38this.radioButtonTemplate = new System.Windows.Forms.RadioButton();
11 references to radioButtonTemplate
PresentationUI (11)
MS\Internal\Documents\RMPublishingDialog.cs (3)
220if (radioButtonTemplate.Checked && (comboBoxTemplates.SelectedIndex < _templates.Count)) 615else if (this.radioButtonTemplate.Checked) 914radioButtonTemplate.Text = SR.RMPublishingTemplateRadio;
MS\Internal\Documents\RMPublishingDialog.Designer.cs (8)
80this.flowLayoutPanelMain.Controls.Add(this.radioButtonTemplate); 109this.radioButtonTemplate.AutoSize = true; 110this.radioButtonTemplate.Name = "radioButtonTemplate"; 111this.radioButtonTemplate.Size = new System.Drawing.Size(85, 17); 112this.radioButtonTemplate.TabStop = true; 113this.radioButtonTemplate.UseVisualStyleBackColor = true; 114this.radioButtonTemplate.CheckedChanged += new System.EventHandler(this.radioButton_CheckedChanged); 338this.radioButtonTemplate.TabIndex = 3;