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