1 write to rulesToolStrip
System.Workflow.Activities (1)
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (1)
43this.rulesToolStrip = new System.Windows.Forms.ToolStrip();
13 references to rulesToolStrip
System.Workflow.Activities (13)
Rules\Design\Dialogs\RuleSetDialog.cs (1)
297if (this.rulesToolStrip.Focus())
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (12)
72this.rulesToolStrip.SuspendLayout(); 131this.panel1.Controls.Add(this.rulesToolStrip); 151this.rulesToolStrip.BackColor = System.Drawing.SystemColors.Control; 152this.rulesToolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; 153this.rulesToolStrip.ImageList = this.imageList; 154this.rulesToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { 158resources.ApplyResources(this.rulesToolStrip, "rulesToolStrip"); 159this.rulesToolStrip.Name = "rulesToolStrip"; 160this.rulesToolStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.System; 161this.rulesToolStrip.TabStop = true; 353this.rulesToolStrip.ResumeLayout(false); 354this.rulesToolStrip.PerformLayout();