1 write to rulesPanel
System.Workflow.Activities (1)
Rules\Design\Dialogs\BasicBrowserDialog.Designer.cs (1)
37
this.
rulesPanel
= new System.Windows.Forms.Panel();
8 references to rulesPanel
System.Workflow.Activities (8)
Rules\Design\Dialogs\BasicBrowserDialog.Designer.cs (8)
52
this.
rulesPanel
.SuspendLayout();
101
resources.ApplyResources(this.
rulesPanel
, "rulesPanel");
102
this.
rulesPanel
.Controls.Add(this.rulesToolStrip);
103
this.
rulesPanel
.Controls.Add(this.rulesListView);
104
this.
rulesPanel
.Name = "rulesPanel";
215
this.Controls.Add(this.
rulesPanel
);
222
this.
rulesPanel
.ResumeLayout(false);
223
this.
rulesPanel
.PerformLayout();