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