1 write to advancedTabPage
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
143
this.
advancedTabPage
= new System.Windows.Forms.TabPage();
7 references to advancedTabPage
System.Workflow.ComponentModel (7)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (7)
156
this.
advancedTabPage
.SuspendLayout();
185
this.tabControl.Controls.Add(this.
advancedTabPage
);
243
this.
advancedTabPage
.BackColor = System.Drawing.Color.Transparent;
244
this.
advancedTabPage
.Controls.Add(this.genericParametersPropertyGrid);
245
resources.ApplyResources(this.
advancedTabPage
, "advancedTabPage");
246
this.
advancedTabPage
.Name = "advancedTabPage";
318
this.
advancedTabPage
.ResumeLayout(false);