1 write to radioButtonUnrestricted
PresentationUI (1)
MS\Internal\Documents\RMPublishingDialog.Designer.cs (1)
36
this.
radioButtonUnrestricted
= new System.Windows.Forms.RadioButton();
10 references to radioButtonUnrestricted
PresentationUI (10)
MS\Internal\Documents\RMPublishingDialog.cs (2)
599
if (this.
radioButtonUnrestricted
.Checked)
912
radioButtonUnrestricted
.Text = SR.RMPublishingUnrestrictedRadio;
MS\Internal\Documents\RMPublishingDialog.Designer.cs (8)
78
this.flowLayoutPanelMain.Controls.Add(this.
radioButtonUnrestricted
);
91
this.
radioButtonUnrestricted
.AutoSize = true;
92
this.
radioButtonUnrestricted
.Name = "radioButtonUnrestricted";
93
this.
radioButtonUnrestricted
.Size = new System.Drawing.Size(85, 17);
94
this.
radioButtonUnrestricted
.TabStop = true;
95
this.
radioButtonUnrestricted
.UseVisualStyleBackColor = true;
96
this.
radioButtonUnrestricted
.CheckedChanged += new System.EventHandler(this.radioButton_CheckedChanged);
336
this.
radioButtonUnrestricted
.TabIndex = 1;