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