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