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