1 write to textBoxUnrestrictedText
PresentationUI (1)
MS\Internal\Documents\RMPublishingDialog.Designer.cs (1)
43this.textBoxUnrestrictedText = new System.Windows.Forms.TextBox();
10 references to textBoxUnrestrictedText
PresentationUI (10)
MS\Internal\Documents\RMPublishingDialog.cs (1)
918textBoxUnrestrictedText.Text = SR.RMPublishingUnrestrictedText;
MS\Internal\Documents\RMPublishingDialog.Designer.cs (9)
131this.flowLayoutPanelUnrestricted.Controls.Add(this.textBoxUnrestrictedText); 161this.textBoxUnrestrictedText.BorderStyle = System.Windows.Forms.BorderStyle.None; 162this.textBoxUnrestrictedText.Multiline = true; 163this.textBoxUnrestrictedText.Name = "textBoxUnrestrictedText"; 164this.textBoxUnrestrictedText.Padding = new System.Windows.Forms.Padding(3); 165this.textBoxUnrestrictedText.Size = new System.Drawing.Size(625, 230); 166this.textBoxUnrestrictedText.ReadOnly = true; 167this.textBoxUnrestrictedText.WordWrap = true; 343this.textBoxUnrestrictedText.TabIndex = 8;