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