1 write to textBoxUserName
PresentationUI (1)
MS\Internal\Documents\RMPublishingDialog.Designer.cs (1)
48
this.
textBoxUserName
= new System.Windows.Forms.TextBox();
11 references to textBoxUserName
PresentationUI (11)
MS\Internal\Documents\RMPublishingDialog.cs (4)
652
string userNames =
textBoxUserName
.Text;
679
textBoxUserName
.Clear();
681
textBoxUserName
.Focus();
700
textBoxUserName
.Text =
MS\Internal\Documents\RMPublishingDialog.Designer.cs (7)
188
this.flowLayoutPanelPeople.Controls.Add(this.
textBoxUserName
);
203
this.
textBoxUserName
.Margin = new System.Windows.Forms.Padding(3, 6, 3, 3);
204
this.
textBoxUserName
.Name = "textBoxUserName";
205
this.
textBoxUserName
.MinimumSize = new System.Drawing.Size(326, 20);
206
this.
textBoxUserName
.GotFocus += new System.EventHandler(textBoxUserName_GotFocus);
207
this.
textBoxUserName
.LostFocus += new System.EventHandler(textBoxUserName_LostFocus);
348
this.
textBoxUserName
.TabIndex = 13;