1 write to buttonBrowse
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
145this.buttonBrowse = new System.Windows.Forms.Button();
7 references to buttonBrowse
System.Workflow.ComponentModel (7)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (7)
86this.buttonBrowse.Visible = true; 87this.buttonBrowse.Enabled = true; 88this.buttonBrowse.BringToFront(); 257resources.ApplyResources(this.buttonBrowse, "buttonBrowse"); 258this.buttonBrowse.Name = "buttonBrowse"; 259this.buttonBrowse.Click += new System.EventHandler(this.OnButtonBrowse_Click); 303this.Controls.Add(this.buttonBrowse);