1 write to bindTabControl
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\ActivityBindForm.Designer.cs (1)
41
this.
bindTabControl
= new System.Windows.Forms.TabControl();
10 references to bindTabControl
System.Workflow.ComponentModel (10)
AuthoringOM\Design\Dialogs\ActivityBindForm.cs (2)
214
this.createNew = (this.
bindTabControl
.SelectedIndex != this.
bindTabControl
.TabPages.IndexOf(this.existingMemberPage));
AuthoringOM\Design\Dialogs\ActivityBindForm.Designer.cs (8)
49
this.
bindTabControl
.SuspendLayout();
112
resources.ApplyResources(this.
bindTabControl
, "bindTabControl");
113
this.
bindTabControl
.Controls.Add(this.existingMemberPage);
114
this.
bindTabControl
.Controls.Add(this.newMemberPage);
115
this.
bindTabControl
.Name = "bindTabControl";
116
this.
bindTabControl
.SelectedIndex = 0;
158
this.Controls.Add(this.
bindTabControl
);
172
this.
bindTabControl
.ResumeLayout(false);