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