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